Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dipv6.h141 #define IP6SKB_FORWARDED 2 macro
/openbmc/linux/net/ipv6/
H A Dip6_input.c534 likely(!(IP6CB(skb)->flags & IP6SKB_FORWARDED))) { in ip6_mc_input()
H A Dip6_output.c89 !(IP6CB(skb)->flags & IP6SKB_FORWARDED)) || in ip6_finish_output2()
H A Dip6mr.c2083 IP6CB(skb)->flags |= IP6SKB_FORWARDED; in ip6mr_forward2()
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_ip.c738 IP6CB(skb)->flags = IP6SKB_FORWARDED; in nf_flow_offload_ipv6_hook()