Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dipv6.h174 #define IP6SKB_ROUTERALERT 8 macro
/linux/net/ipv6/
H A Dip6_input.c548 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_mc_input()
H A Dexthdrs.c896 IP6CB(skb)->flags |= IP6SKB_ROUTERALERT; in ipv6_hop_ra()
H A Dip6_output.c544 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_forward()
H A Dmcast.c1452 !(IP6CB(skb)->flags & IP6SKB_ROUTERALERT) || in __mld_query_work()