Home
last modified time | relevance | path

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

123

/linux-6.6.21/net/bridge/netfilter/
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()
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()
Debt_snat.c30 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
Debt_arp.c106 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()
Debt_log.c139 ((eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) || in ebt_log_packet()
/linux-6.6.21/net/802/
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()
Dfc.c43 if (type == ETH_P_IP || type == ETH_P_ARP) in fc_header()
/linux-6.6.21/samples/bpf/
Dnet_shared.h14 #define ETH_P_ARP 0x0806 macro
Dxdp_router_ipv4.bpf.c105 case ETH_P_ARP: in xdp_router_ipv4_prog()
/linux-6.6.21/drivers/net/arcnet/
Drfc1051.c109 return htons(ETH_P_ARP); in type_trans()
173 case ETH_P_ARP: in build_header()
Drfc1201.c115 return htons(ETH_P_ARP); in type_trans()
393 case ETH_P_ARP: in build_header()
/linux-6.6.21/include/uapi/linux/
Dif_ether.h54 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/linux-6.6.21/net/ipv4/
Darp.c392 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit()
568 skb->protocol = htons(ETH_P_ARP); in arp_create()
831 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process()
851 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
872 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
1325 .type = cpu_to_be16(ETH_P_ARP),
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vcap_impl.c155 ETH_P_ARP,
163 ETH_P_ARP,
488 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_ARP) { in sparx5_vcap_is2_get_port_keysets()
564 if (l3_proto != ETH_P_ARP && l3_proto != ETH_P_IP && in sparx5_vcap_is2_get_port_keysets()
642 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_ARP) { in sparx5_vcap_es2_get_port_keysets()
684 if (l3_proto != ETH_P_ARP && l3_proto != ETH_P_IP && in sparx5_vcap_es2_get_port_keysets()
1633 case ETH_P_ARP: in sparx5_vcap_is2_set_port_keyset()
1740 case ETH_P_ARP: in sparx5_vcap_es2_set_port_keyset()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Den_selftest.c70 ethh->h_proto = htons(ETH_P_ARP); in mlx4_en_test_loopback_xmit()
/linux-6.6.21/net/ax25/
Dax25_ip.c84 case ETH_P_ARP: in ax25_hard_header()
Dax25_in.c255 skb->protocol = htons(ETH_P_ARP); in ax25_rcv()
/linux-6.6.21/net/bridge/
Dbr_arp_nd_proxy.c58 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
Dbr_input.c160 (skb->protocol == htons(ETH_P_ARP) || in br_handle_frame_finish()
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/
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-6.6.21/drivers/staging/gdm724x/
Dgdm_lte.c363 case ETH_P_ARP: in gdm_lte_tx_nic_type()
642 eth.h_proto = htons(ETH_P_ARP); in gdm_lte_netif_rx()
643 vlan_eth.h_vlan_encapsulated_proto = htons(ETH_P_ARP); in gdm_lte_netif_rx()
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c33 case ETH_P_ARP: in mwifiex_discard_gratuitous_arp()
/linux-6.6.21/drivers/net/usb/
Dlg-vl600.c176 if (be16_to_cpup(&ethhdr->h_proto) == ETH_P_ARP && in vl600_rx_fixup()
/linux-6.6.21/drivers/net/wireless/st/cw1200/
Dpm.c72 .type = __cpu_to_le16(ETH_P_ARP),
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mei/
Dnet.c312 case htons(ETH_P_ARP): in iwl_mei_rx_pass_to_csme()

123