Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dipv6.h142 #define IP6SKB_ROUTERALERT 8 macro
/linux-6.1.9/net/ipv6/
Dip6_input.c544 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_mc_input()
Dexthdrs.c934 IP6CB(skb)->flags |= IP6SKB_ROUTERALERT; in ipv6_hop_ra()
Dip6_output.c529 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_forward()
Dmcast.c1421 !(IP6CB(skb)->flags & IP6SKB_ROUTERALERT) || in __mld_query_work()