Searched refs:ETH_P_ARP (Results 51 - 73 of 73) sorted by relevance

123

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c432 case cpu_to_be16(ETH_P_ARP):
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
2056 return skb->protocol == htons(ETH_P_ARP);
/linux-master/net/sched/
H A Dcls_flower.c1883 } else if (key->basic.n_proto == htons(ETH_P_ARP) ||
3393 else if ((key->basic.n_proto == htons(ETH_P_ARP) ||
H A Dsch_cake.c1606 case htons(ETH_P_ARP):
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1878 if (skb->protocol == htons(ETH_P_ARP) &&
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c1562 .eth_type = htons(ETH_P_ARP),
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c1372 mvpp2_prs_match_etype(&pe, 0, ETH_P_ARP);
/linux-master/drivers/scsi/qedi/
H A Dqedi_main.c694 if (eh->h_proto != htons(ETH_P_ARP) &&
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1529 case htons(ETH_P_ARP):
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1523 } else if (ETH_P_ARP == ether_type) {
/linux-master/net/ipv4/
H A Ddevinet.c1541 arp_send(ARPOP_REQUEST, ETH_P_ARP,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c168 shdr->type != htons(ETH_P_ARP) &&
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c177 ethh->h_proto = htons(ETH_P_ARP);
/linux-master/drivers/net/bonding/
H A Dbond_main.c2948 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip,
3354 bool is_arp = skb->protocol == __cpu_to_be16(ETH_P_ARP);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1901 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
2708 if (ntohs(eth->h_proto) == ETH_P_ARP)
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c4297 /* ETH_P_ARP in Ethernet header. */
4299 ehdr->h_proto = htons(ETH_P_ARP);
4314 pmConf->filters[i].mask[1] = 0x30; /* ETH_P_ARP */
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c3043 arp->type = htons(ETH_P_ARP);
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1268 #define is_arp(skb) (skb->protocol == htons(ETH_P_ARP))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2284 if (ethertype == ETH_P_IP || ethertype == ETH_P_ARP)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c841 if (skb->protocol == htons(ETH_P_ARP)) {
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c2176 } else if (skb->protocol == htons(ETH_P_ARP)) {
/linux-master/net/mac80211/
H A Dtx.c4394 case htons(ETH_P_ARP):
/linux-master/net/core/
H A Ddev.c5301 case htons(ETH_P_ARP):

Completed in 472 milliseconds

123