Searched refs:ETH_P_IP (Results 176 - 200 of 448) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c167 if (protocol != htons(ETH_P_IP) && protocol != htons(ETH_P_IPV6))
H A Dcxgb4_ptp.c65 likely(skb->protocol == htons(ETH_P_IP)) &&
/linux-master/drivers/net/wan/
H A Dhdlc_cisco.c130 case cpu_to_be16(ETH_P_IP):
/linux-master/tools/testing/selftests/net/
H A Dpsock_fanout.c79 addr.sll_protocol = htons(ETH_P_IP);
H A Dtoeplitz.c362 ll.sll_protocol = cfg_family == AF_INET ? htons(ETH_P_IP) :
H A Dpsock_tpacket.c134 if (eth->h_proto != htons(ETH_P_IP)) {
154 eth->h_proto = htons(ETH_P_IP);
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c215 if (eth->h_proto != htons(ETH_P_IP))
/linux-master/drivers/net/hamradio/
H A Dbpqether.c245 if (skb->protocol == htons(ETH_P_IP))
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c428 skb->protocol = htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c85 if ((ethertype.m == 0xffff && ethertype.v == ETH_P_IP) ||
/linux-master/net/bridge/
H A Dbr_arp_nd_proxy.c143 if (parp->ar_pro != htons(ETH_P_IP) ||
H A Dbr_private.h1133 if (skb->protocol == htons(ETH_P_IP))
1172 case (htons(ETH_P_IP)):
1188 case htons(ETH_P_IP):
1204 case htons(ETH_P_IP):
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c255 .eth = { .h_proto = htons(ETH_P_IP) },
/linux-master/drivers/net/
H A Dmhi_net.c214 skb->protocol = htons(ETH_P_IP);
H A Dvrf.c590 case htons(ETH_P_IP):
905 skb->protocol = htons(ETH_P_IP);
958 skb->protocol = htons(ETH_P_IP);
1447 err = vrf_add_mac_header_if_unset(skb, vrf_dev, ETH_P_IP,
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c67 if (st->l3_proto == ETH_P_IP) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c270 (basic.key->n_proto != htons(ETH_P_IP) && basic.key->n_proto != htons(ETH_P_IPV6)) ||
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c39 .eth.h_proto = __bpf_constant_htons(ETH_P_IP),
/linux-master/net/ipv4/
H A Desp4_offload.c119 : htons(ETH_P_IP);
/linux-master/net/ipv6/
H A Desp6_offload.c154 __be16 type = x->inner_mode.family == AF_INET ? htons(ETH_P_IP)
/linux-master/net/caif/
H A Dchnl_net.c86 skb->protocol = htons(ETH_P_IP);
/linux-master/include/net/
H A Dvxlan.h368 case htons(ETH_P_IP):
/linux-master/net/netfilter/
H A Dnft_synproxy.c140 case htons(ETH_P_IP):
/linux-master/net/sched/
H A Dact_skbedit.c60 case htons(ETH_P_IP):
H A Dact_ctinfo.c101 case htons(ETH_P_IP):

Completed in 252 milliseconds

1234567891011>>