Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dipv6.h151 #define IP6SKB_ROUTERALERT 8 macro
/linux-6.15/net/ipv6/
H A Dip6_input.c545 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_mc_input()
H A Dexthdrs.c893 IP6CB(skb)->flags |= IP6SKB_ROUTERALERT; in ipv6_hop_ra()
H A Dip6_output.c546 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_forward()
H A Dmcast.c1465 !(IP6CB(skb)->flags & IP6SKB_ROUTERALERT) || in __mld_query_work()