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

123

/linux-master/net/bridge/
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) ||
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;
/linux-master/drivers/net/bonding/
H A Dbond_alb.c277 if (skb->protocol != cpu_to_be16(ETH_P_ARP))
434 skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
1491 case ETH_P_ARP:
/linux-master/drivers/staging/octeon/
H A Dethernet-tx.c629 work->word2.snoip.is_arp = skb->protocol == htons(ETH_P_ARP);
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c141 case htons(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,
H A Dbridge_loop_avoidance.c361 skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
1118 if (proto != htons(ETH_P_ARP))
/linux-master/drivers/firewire/
H A Dnet.c485 case ETH_P_ARP:
1264 case htons(ETH_P_ARP):
/linux-master/net/atm/
H A Dclip.c226 if (skb->protocol == htons(ETH_P_ARP)) {
H A Dbr2684.c399 if (type == htons(ETH_P_ARP))
/linux-master/net/openvswitch/
H A Dflow.c762 } else if (key->eth.type == htons(ETH_P_ARP) ||
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/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c217 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_ARP) {
/linux-master/net/netfilter/
H A Dnf_log_syslog.c942 case 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/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/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src,
1638 tpriv->pt.type = htons(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/drivers/message/fusion/
H A Dmptlan.c1535 fcllc->ethertype == htons(ETH_P_ARP))) {
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vcap.c1113 if (proto == ETH_P_ARP)
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1236 tmpl->llc_type = cpu_to_be16(ETH_P_ARP);
/linux-master/net/core/
H A Dflow_dissector.c1427 case htons(ETH_P_ARP):

Completed in 1617 milliseconds

123