Searched refs:ETH_P_IP (Results 276 - 300 of 448) sorted by relevance

<<1112131415161718

/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c149 if (eth_hdr_ptr->h_proto != htons(ETH_P_IP))
334 case htons(ETH_P_IP):
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_resp.c989 if (skb->protocol == htons(ETH_P_IP)) {
1109 if (skb->protocol == htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c280 if (fltr->inner_headers.l2_key.n_proto == htons(ETH_P_IP) &&
532 if (headers->l2_key.n_proto == htons(ETH_P_IP) &&
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c702 if (ntohs(flow_spec->etype) == ETH_P_IP) {
759 if ((ntohs(flow_spec->etype) != ETH_P_IP) &&
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c197 skbn->protocol = htons(ETH_P_IP);
583 proto = htons(ETH_P_IP);
/linux-master/net/atm/
H A Dclip.c222 skb->protocol = htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h916 return skb->protocol == htons(ETH_P_IP) && ip_hdr(skb)->version == 4;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c277 expected.eth_protocol = htons(ETH_P_IP);
/linux-master/drivers/net/hamradio/
H A Dhdlcdrv.c395 if (skb->protocol == htons(ETH_P_IP))
H A D6pack.c246 if (skb->protocol == htons(ETH_P_IP))
H A Dmkiss.c524 if (skb->protocol == htons(ETH_P_IP))
/linux-master/net/bridge/
H A Dbr_multicast_eht.c381 case htons(ETH_P_IP):
/linux-master/net/core/
H A Dnetpoll.c492 skb->protocol = eth->h_proto = htons(ETH_P_IP);
/linux-master/drivers/s390/net/
H A Dqeth_core.h992 if ((proto == htons(ETH_P_IP) && ip_hdr(skb)->protocol == IPPROTO_UDP) ||
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c535 if (n_proto != ETH_P_IP && n_proto != ETH_P_IPV6) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c171 MLX5E_FTE_SET(headers_v, ethertype, ETH_P_IP);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c341 if (eth_ip_type != ETH_P_IP && eth_ip_type != ETH_P_IPV6) {
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c417 ether_type = ETH_P_IP;
/linux-master/net/netfilter/
H A Dnft_payload.c471 case htons(ETH_P_IP):
H A Dnft_meta.c97 case htons(ETH_P_IP): {
H A Dnft_exthdr.c151 if (skb->protocol != htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_fdir.c575 if (fltr->eth_data.etype == htons(ETH_P_IP) ||
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c376 if (protocol == htons(ETH_P_IP))
/linux-master/drivers/net/wwan/
H A Dqcom_bam_dmux.c529 skb->protocol = htons(ETH_P_IP);
/linux-master/drivers/net/slip/
H A Dslip.c370 skb->protocol = htons(ETH_P_IP);

Completed in 255 milliseconds

<<1112131415161718