Searched refs:ETH_P_IPV6 (Results 1 – 7 of 7) sorted by relevance
52 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()
13 #define ETH_P_IPV6 0x86DD macro
79 } 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()
143 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()
121 else if (proto == ETH_P_IPV6) in flow_dissector()159 else if (proto == ETH_P_IPV6) in flow_dissector()
199 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()
146 else if (h_proto == htons(ETH_P_IPV6)) in handle_ingress()
Completed in 15 milliseconds