Home
last modified time | relevance | path

Searched refs:ETH_P_ARP (Results 1 – 25 of 51) sorted by relevance

123

/linux/net/bridge/netfilter/
H A Debt_arpreply.c55 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg()
69 if (e->ethproto != htons(ETH_P_ARP) || in ebt_arpreply_tg_check()
H A Debt_among.c81 } else if (eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in get_ip_dst()
112 } else if (eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in get_ip_src()
H A Debt_snat.c30 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
H A Debt_arp.c106 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()
H A Debt_log.c139 ((eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) || in ebt_log_packet()
/linux/net/802/
H A Dfddi.c55 if(type != ETH_P_IP && type != ETH_P_IPV6 && type != ETH_P_ARP) in fddi_header()
59 if(type == ETH_P_IP || type == ETH_P_IPV6 || type == ETH_P_ARP) in fddi_header()
H A Dfc.c43 if (type == ETH_P_IP || type == ETH_P_ARP) in fc_header()
/linux/samples/bpf/
H A Dnet_shared.h14 #define ETH_P_ARP 0x0806 macro
H A Dxdp_router_ipv4.bpf.c105 case ETH_P_ARP: in xdp_router_ipv4_prog()
/linux/drivers/net/arcnet/
H A Drfc1051.c110 return htons(ETH_P_ARP); in type_trans()
174 case ETH_P_ARP: in build_header()
H A Drfc1201.c116 return htons(ETH_P_ARP); in type_trans()
394 case ETH_P_ARP: in build_header()
/linux/net/ipv4/
H A Darp.c392 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit()
569 skb->protocol = htons(ETH_P_ARP); in arp_create()
835 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process()
855 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
876 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
1376 .type = cpu_to_be16(ETH_P_ARP),
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_selftest.c70 ethh->h_proto = htons(ETH_P_ARP); in mlx4_en_test_loopback_xmit()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c17 case ETH_P_ARP: in lan966x_tc_is_known_etype()
26 case ETH_P_ARP: in lan966x_tc_is_known_etype()
/linux/net/bridge/
H A Dbr_arp_nd_proxy.c57 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
62 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
H A Dbr_input.c170 (skb->protocol == htons(ETH_P_ARP) || in br_handle_frame_finish()
H A Dbr_device.c73 (eth_hdr(skb)->h_proto == htons(ETH_P_ARP) || in br_dev_xmit()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c33 case ETH_P_ARP: in mwifiex_discard_gratuitous_arp()
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c312 case htons(ETH_P_ARP): in iwl_mei_rx_pass_to_csme()
/linux/drivers/net/usb/
H A Dlg-vl600.c176 if (be16_to_cpup(&ethhdr->h_proto) == ETH_P_ARP && in vl600_rx_fixup()
/linux/drivers/net/wireless/st/cw1200/
H A Dpm.c72 .type = __cpu_to_le16(ETH_P_ARP),
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c337 if (st->l3_proto == ETH_P_ARP) { in vcap_tc_flower_handler_arp_usage()
/linux/net/batman-adv/
H A Ddistributed-arp-table.c1003 if (ethhdr->h_proto != htons(ETH_P_ARP)) in batadv_arp_get_type()
1101 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->mesh_iface, in batadv_dat_arp_create_reply()
/linux/net/bluetooth/bnep/
H A Dcore.c93 s->proto_filter[0].end = ETH_P_ARP; in bnep_set_default_proto_filter()
/linux/drivers/firewire/
H A Dnet.c486 case ETH_P_ARP: in fwnet_finish_incoming_packet()
1265 case htons(ETH_P_ARP): in fwnet_tx()

123