Searched refs:ETH_P_IPV6 (Results 26 - 50 of 355) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgroup_skb_sk_lookup_kern.c72 if (skb->protocol != bpf_htons(ETH_P_IPV6))
H A Dtest_migrate_reuseport.c68 case ETH_P_IPV6: {
H A Dtest_pkt_access.c123 } else if (eth->h_proto == bpf_htons(ETH_P_IPV6)) {
H A Dxdp_hw_metadata.c55 if (eth->h_proto == bpf_htons(ETH_P_IPV6)) {
H A Dxdp_metadata.c51 if (eth->h_proto == bpf_htons(ETH_P_IPV6)) {
H A Dbpf_tracing_net.h57 #define ETH_P_IPV6 0x86DD macro
H A Dtest_xdp.c196 set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IPV6));
227 else if (h_proto == bpf_htons(ETH_P_IPV6))
H A Dtest_xdp_loop.c192 set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IPV6));
223 else if (h_proto == bpf_htons(ETH_P_IPV6))
/linux-master/lib/
H A Dtest_blackhole_dev.c66 skb->protocol = htons(ETH_P_IPV6);
/linux-master/samples/bpf/
H A Dsockex3_kern.c143 parse_eth_proto(skb, ETH_P_IPV6);
243 parse_eth_proto(skb, ETH_P_IPV6);
287 case ETH_P_IPV6:
H A Dsockex2_kern.c122 else if (proto == ETH_P_IPV6)
160 else if (proto == ETH_P_IPV6)
H A Dxdp_tx_iptunnel_kern.c199 set_ethhdr(new_eth, old_eth, tnl, htons(ETH_P_IPV6));
230 else if (h_proto == htons(ETH_P_IPV6))
/linux-master/net/netfilter/
H A Dnft_inner.c69 case htons(ETH_P_IPV6):
102 llproto = htons(ETH_P_IPV6);
137 case htons(ETH_P_IPV6): {
H A Dnft_chain_filter.c180 case htons(ETH_P_IPV6):
243 case htons(ETH_P_IPV6):
298 case htons(ETH_P_IPV6):
H A Dnf_nat_ovs.c33 } else if (IS_ENABLED(CONFIG_IPV6) && proto == htons(ETH_P_IPV6)) {
H A Dnf_flow_table_inet.c35 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c94 if (skb->protocol == htons(ETH_P_IPV6))
238 skb->protocol != htons(ETH_P_IPV6))))
285 skb->protocol != htons(ETH_P_IPV6)))) {
/linux-master/net/core/
H A Dtso.c73 tso->ipv6 = vlan_get_protocol(skb) == htons(ETH_P_IPV6);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkfree_skb.c39 if (CHECK(pkt_v6->eth.h_proto != htons(ETH_P_IPV6), "check_eth",
/linux-master/net/batman-adv/
H A Dmulticast.c206 if (!br_multicast_has_router_adjacent(dev, ETH_P_IPV6))
307 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6);
308 qr6->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IPV6);
565 else if (src->proto == htons(ETH_P_IPV6))
619 if (br_ip_entry->addr.proto == htons(ETH_P_IPV6)) {
1081 *is_routable = ETH_P_IPV6;
1113 case ETH_P_IPV6:
1141 case ETH_P_IPV6:
1156 * IPv6 traffic if the protocol is ETH_P_IPV6. Otherwise returns 0.
1165 case ETH_P_IPV6
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dcls.c71 case htons(ETH_P_IPV6):
245 cls_u32->common.protocol != htons(ETH_P_IPV6)) {
/linux-master/net/ipv6/ila/
H A Dila_lwt.c46 if (skb->protocol != htons(ETH_P_IPV6))
106 if (skb->protocol != htons(ETH_P_IPV6))
/linux-master/net/phonet/
H A Dpep-gprs.c48 return htons(ETH_P_IPV6);
185 case htons(ETH_P_IPV6):
/linux-master/include/net/
H A Dip_tunnels.h350 case htons(ETH_P_IPV6):
379 case htons(ETH_P_IPV6):
387 /* For ETH_P_IPV6/ETH_P_IP we make sure to pull
447 else if (payload_protocol == htons(ETH_P_IPV6))
458 if (payload_protocol == htons(ETH_P_IPV6))
471 else if (payload_protocol == htons(ETH_P_IPV6))
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c167 if (protocol != htons(ETH_P_IP) && protocol != htons(ETH_P_IPV6))
170 inet_family = (protocol == htons(ETH_P_IPV6)) ? PF_INET6 : PF_INET;
205 if (protocol == htons(ETH_P_IPV6)) {

Completed in 379 milliseconds

1234567891011>>