Searched refs:ETH_P_ARP (Results 1 - 25 of 73) sorted by last modified time

123

/linux-master/net/mac80211/
H A Dtx.c4394 case htons(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/net/core/
H A Ddev.c5301 case htons(ETH_P_ARP):
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c77 (!skb_vlan_tag_present(skb) && skb->protocol == htons(ETH_P_ARP))
109 return vlan_proto(skb) == htons(ETH_P_ARP) && brnet->filter_vlan_tagged;
H A Dbr_input.c165 (skb->protocol == htons(ETH_P_ARP) ||
H A Dbr_device.c65 (eth_hdr(skb)->h_proto == htons(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/staging/rtl8192e/
H A Drtllib_tx.c601 } else if (ether_type == ETH_P_ARP) {
H A Drtllib.h383 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/linux-master/drivers/staging/gdm724x/
H A Dgdm_lte.c363 case ETH_P_ARP:
642 eth.h_proto = htons(ETH_P_ARP);
643 vlan_eth.h_vlan_encapsulated_proto = htons(ETH_P_ARP);
/linux-master/net/sched/
H A Dsch_cake.c1606 case htons(ETH_P_ARP):
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) ||
/linux-master/net/ipv4/
H A Ddevinet.c1541 arp_send(ARPOP_REQUEST, ETH_P_ARP,
H A Darp.c392 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr,
568 skb->protocol = htons(ETH_P_ARP);
831 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip,
851 arp_send_dst(ARPOP_REPLY, ETH_P_ARP,
872 arp_send_dst(ARPOP_REPLY, ETH_P_ARP,
1325 .type = cpu_to_be16(ETH_P_ARP),
/linux-master/net/bluetooth/bnep/
H A Dcore.c93 s->proto_filter[0].end = ETH_P_ARP;
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.c1014 if (ethhdr->h_proto != htons(ETH_P_ARP))
1112 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c841 if (skb->protocol == htons(ETH_P_ARP)) {
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c426 } else if (proto_type == 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/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/infiniband/ulp/ipoib/
H A Dipoib_main.c1113 (header->proto != htons(ETH_P_ARP)) &&
1144 case htons(ETH_P_ARP):
/linux-master/net/openvswitch/
H A Dflow_netlink.c184 if (match->key->eth.type == htons(ETH_P_ARP)
2151 } else if (swkey->eth.type == htons(ETH_P_ARP) ||
3281 eth_type != htons(ETH_P_ARP) &&
3309 eth_type != htons(ETH_P_ARP) &&
/linux-master/drivers/net/arcnet/
H A Drfc1201.c116 return htons(ETH_P_ARP);
394 case ETH_P_ARP:
H A Drfc1051.c110 return htons(ETH_P_ARP);
174 case ETH_P_ARP:

Completed in 445 milliseconds

123