Home
last modified time | relevance | path

Searched refs:ETH_P_IPV6 (Results 1 – 7 of 7) sorted by relevance

/samples/bpf/
A Dtc_l2_redirect_kern.c52 else if (eth_proto == htons(ETH_P_IPV6)) in is_vip_addr()
86 } else if (eth->h_proto == htons(ETH_P_IPV6)) { in _l2_to_iptun_ingress_forward()
173 } else if (eth->h_proto == htons(ETH_P_IPV6)) { in _l2_to_ip6tun_ingress_redirect()
218 } else if (eth->h_proto == htons(ETH_P_IPV6)) { in _drop_non_tun_vip()
A Dnet_shared.h13 #define ETH_P_IPV6 0x86DD macro
A Dxdp_fwd_kern.c79 } else if (h_proto == htons(ETH_P_IPV6)) { in xdp_fwd_flags()
135 else if (h_proto == htons(ETH_P_IPV6)) in xdp_fwd_flags()
A Dsockex3_kern.c143 parse_eth_proto(skb, ETH_P_IPV6); in parse_ip_proto()
243 parse_eth_proto(skb, ETH_P_IPV6); in bpf_func_mpls()
287 case ETH_P_IPV6: in parse_eth_proto()
A Dsockex2_kern.c121 else if (proto == ETH_P_IPV6) in flow_dissector()
159 else if (proto == ETH_P_IPV6) in flow_dissector()
A Dxdp_tx_iptunnel_kern.c199 set_ethhdr(new_eth, old_eth, tnl, htons(ETH_P_IPV6)); in handle_ipv6()
230 else if (h_proto == htons(ETH_P_IPV6)) in _xdp_tx_iptunnel()
A Dparse_varlen.c146 else if (h_proto == htons(ETH_P_IPV6)) in handle_ingress()

Completed in 15 milliseconds