Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dipv6.h143 #define IP6SKB_ROUTERALERT 8 macro
/openbmc/linux/net/ipv6/
H A Dip6_input.c543 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_mc_input()
H A Dexthdrs.c898 IP6CB(skb)->flags |= IP6SKB_ROUTERALERT; in ipv6_hop_ra()
H A Dip6_output.c537 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_forward()
H A Dmcast.c1421 !(IP6CB(skb)->flags & IP6SKB_ROUTERALERT) || in __mld_query_work()