Home
last modified time | relevance | path

Searched refs:acast (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dicmp.c727 bool acast; in icmpv6_echo_reply() local
735 acast = ipv6_anycast_destination(skb_dst(skb), saddr); in icmpv6_echo_reply()
736 if (acast && net->ipv6.sysctl.icmpv6_echo_ignore_anycast) in icmpv6_echo_reply()
740 !(net->ipv6.sysctl.anycast_src_echo_reply && acast)) in icmpv6_echo_reply()