Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dicmp.c375 net_dbg_ratelimited("icmp6_send: acast source\n"); in icmpv6_route_lookup()
740 bool acast; in icmpv6_echo_reply() local
749 acast = ipv6_anycast_destination(skb_dst(skb), saddr); in icmpv6_echo_reply()
750 if (acast && net->ipv6.sysctl.icmpv6_echo_ignore_anycast) in icmpv6_echo_reply()
754 !(net->ipv6.sysctl.anycast_src_echo_reply && acast)) in icmpv6_echo_reply()