Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dicmp.c727 bool acast; in icmpv6_echo_reply() local
736 acast = ipv6_anycast_destination(skb_dst(skb), saddr); in icmpv6_echo_reply()
737 if (acast && net->ipv6.sysctl.icmpv6_echo_ignore_anycast) in icmpv6_echo_reply()
741 !(net->ipv6.sysctl.anycast_src_echo_reply && acast)) in icmpv6_echo_reply()