Searched refs:ETH_P_IP (Results 101 - 125 of 449) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c537 if (skb->protocol == htons(ETH_P_IP) &&
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c4601 if (protocol == htons(ETH_P_IP)) {
/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/lib/
H A Dfs_ttc.c71 .etype = ETH_P_IP,
79 .etype = ETH_P_IP,
87 .etype = ETH_P_IP,
95 .etype = ETH_P_IP,
103 .etype = ETH_P_IP,
118 .etype = ETH_P_IP,
126 .etype = ETH_P_IP,
134 .etype = ETH_P_IP,
232 if (ethertype == ETH_P_IP)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2255 (match->key->n_proto == htons(ETH_P_IP) ||
2259 match->key->n_proto == htons(ETH_P_IP) ? 4 : 6);
2283 if (ethertype == ETH_P_IP || ethertype == ETH_P_ARP)
3432 ethertype != ETH_P_IP && ethertype != ETH_P_IPV6)
H A Den_selftest.c110 ethh->h_proto = htons(ETH_P_IP);
142 skb->protocol = htons(ETH_P_IP);
220 lbtp->pt.type = htons(ETH_P_IP);
H A Den_main.c4831 case htons(ETH_P_IP):
4852 case htons(ETH_P_IP):
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c380 if (skb->protocol != htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c271 l2->etype = ETH_P_IP;
730 else if (type >= MTK_PPE_PKT_TYPE_IPV6_ROUTE_3T && l2->etype == ETH_P_IP)
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c700 if (l3_proto == htons(ETH_P_IP)) {
783 if (skb->protocol == htons(ETH_P_IP)) {
1059 case ETH_P_IP:
H A Dotx2_tc.c706 if (ntohs(flow_spec->etype) == ETH_P_IP) {
767 if ((ntohs(flow_spec->etype) != ETH_P_IP) &&
H A Dotx2_flows.c587 pkt->etype = cpu_to_be16(ETH_P_IP);
594 pkt->etype = cpu_to_be16(ETH_P_IP);
649 pkt->etype = cpu_to_be16(ETH_P_IP);
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2607 if (l3_proto == htons(ETH_P_IP)) {
3628 if (l3_proto == htons(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c1796 if (l3_proto == htons(ETH_P_IP))
1962 if (l3_proto == htons(ETH_P_IP)) {
H A Dmv643xx_eth.c680 BUG_ON(skb->protocol != htons(ETH_P_IP) &&
/linux-master/drivers/net/ethernet/
H A Djme.c946 if (skb->protocol != htons(ETH_P_IP))
2050 if (skb->protocol == htons(ETH_P_IP)) {
2075 case htons(ETH_P_IP):
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3898 if (first->protocol == htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8493 if ((first->protocol != htons(ETH_P_IP)) &&
8503 first->protocol == htons(ETH_P_IP) &&
9593 if (protocol != htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2316 if (protocol == htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c2471 if (skb->protocol == htons(ETH_P_IP))
H A Dice_tc_lib.c302 if (fltr->inner_headers.l2_key.n_proto == htons(ETH_P_IP) &&
557 if (headers->l2_key.n_proto == htons(ETH_P_IP) &&
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c2114 if (protocol == htons(ETH_P_IP))
H A Diavf_main.c3678 if (n_proto != ETH_P_IP && n_proto != ETH_P_IPV6)
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c3811 cfilter.n_proto = ETH_P_IP;
3865 if (cfilter.n_proto == ETH_P_IP && mask.dst_ip[0])
3947 cfilter->n_proto = ETH_P_IP;
H A Di40e_txrx.c176 eth.h_proto = cpu_to_be16(ETH_P_IP);

Completed in 542 milliseconds

1234567891011>>