Searched refs:ETH_P_IP (Results 101 - 125 of 449) sorted by path

1234567891011>>

/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/mellanox/mlx4/
H A Den_netdev.c380 if (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/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.h84 if (fk.basic.n_proto != htons(ETH_P_IP) &&
H A Dselq.c145 if (skb->protocol == htons(ETH_P_IP))
H A Dtc_ct.c1382 case htons(ETH_P_IP):
H A Dtc_tun.c287 ETH_P_IP);
392 ETH_P_IP);
872 key_basic.n_proto = htons(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/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Den_accel.h64 case htons(ETH_P_IP):
84 swp_spec.tun_l3_proto = htons(ETH_P_IP);
H A Dipsec_fs.c1410 eth_hdr->h_proto = htons(ETH_P_IP);
H A Dipsec_rxtx.c65 if (skb->protocol == htons(ETH_P_IP)) {
237 (skb->protocol != htons(ETH_P_IP) &&
284 (skb->protocol != htons(ETH_P_IP) &&
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c501 if (etype == htons(ETH_P_IP) && ip_proto == IPPROTO_TCP)
503 if (etype == htons(ETH_P_IP) && ip_proto == IPPROTO_UDP)
565 if (tuple->etype == htons(ETH_P_IP)) {
678 if (tuple->etype == htons(ETH_P_IP)) {
705 if (tuple->etype == htons(ETH_P_IP))
744 if (fk.basic.n_proto != htons(ETH_P_IP) &&
H A Den_fs_ethtool.c171 MLX5E_FTE_SET(headers_v, ethertype, ETH_P_IP);
H A Den_main.c4831 case htons(ETH_P_IP):
4852 case htons(ETH_P_IP):
H A Den_rx.c1178 if (proto == htons(ETH_P_IP)) {
1321 bool is_ipv4 = (rq->hw_gro_data->fk.basic.n_proto == htons(ETH_P_IP));
1368 if (*proto == htons(ETH_P_IP))
1388 rc = ((proto == htons(ETH_P_IP)) ? IP_ECN_set_ce((struct iphdr *)ip) :
1398 return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol :
1459 case htons(ETH_P_IP):
2351 rq->hw_gro_data->fk.basic.n_proto == htons(ETH_P_IP)) {
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_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)
/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/mlxsw/
H A Dspectrum_flower.c535 if (n_proto != ETH_P_IP && n_proto != ETH_P_IPV6) {
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c4601 if (protocol == htons(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c537 if (skb->protocol == htons(ETH_P_IP) &&
H A Dlan966x_ptp.c160 LAN966X_VCAP_IPV4_EV_PTP_TRAP, ETH_P_IP);
165 LAN966X_VCAP_IPV4_GEN_PTP_TRAP, ETH_P_IP);
H A Dlan966x_tc_flower.c18 case ETH_P_IP:
27 case ETH_P_IP:
107 } else if (st->l3_proto == ETH_P_IP) {
H A Dlan966x_vcap_impl.c135 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IP) {
226 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IP) {
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c100 } else if (st->l3_proto == ETH_P_IP) {
1097 case ETH_P_IP:
1108 case ETH_P_IP:
1123 case ETH_P_IP:

Completed in 387 milliseconds

1234567891011>>