Home
last modified time | relevance | path

Searched refs:ETH_P_ARP (Results 1 - 25 of 144) sorted by relevance

123456

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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_snat.c30 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
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_arp.c106 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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_snat.c30 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
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()
/kernel/linux/linux-6.6/samples/bpf/
H A Dnet_shared.h14 #define ETH_P_ARP 0x0806 macro
/kernel/linux/linux-5.10/drivers/net/arcnet/
H A Drfc1051.c109 return htons(ETH_P_ARP); in type_trans()
173 case ETH_P_ARP: in build_header()
/kernel/linux/linux-6.6/drivers/net/arcnet/
H A Drfc1051.c109 return htons(ETH_P_ARP); in type_trans()
173 case ETH_P_ARP: in build_header()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_redirect_cpu_kern.c356 case ETH_P_ARP: in xdp_prognum3_proto_separate()
425 case ETH_P_ARP: in xdp_prognum4_ddos_filter_pktgen()
550 case ETH_P_ARP: /* ARP packet handled on CPU idx 0 */ in xdp_prognum5_lb_hash_ip_pairs()
H A Dxdp_router_ipv4_kern.c138 if (h_proto == htons(ETH_P_ARP)) { in xdp_router_ipv4_prog()
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c391 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit()
547 skb->protocol = htons(ETH_P_ARP); in arp_create()
810 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process()
830 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
851 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
1295 .type = cpu_to_be16(ETH_P_ARP),
/kernel/linux/linux-6.6/net/ipv4/
H A 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),
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_ether.h54 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_ether.h54 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_ether.h38 #define ETH_P_ARP 0x0806 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_ether.h38 #define ETH_P_ARP 0x0806 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_ether.h25 #define ETH_P_ARP 0x0806 macro
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_selftest.c70 ethh->h_proto = htons(ETH_P_ARP); in mlx4_en_test_loopback_xmit()

Completed in 16 milliseconds

123456