Home
last modified time | relevance | path

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

123

/Linux-v4.19/net/bridge/netfilter/
Debt_arpreply.c54 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg()
68 if (e->ethproto != htons(ETH_P_ARP) || in ebt_arpreply_tg_check()
Debt_snat.c29 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
Debt_among.c80 } else if (eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in get_ip_dst()
111 } else if (eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in get_ip_src()
Debt_arp.c105 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()
Debt_log.c138 ((eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) || in ebt_log_packet()
/Linux-v4.19/net/802/
Dfddi.c59 if(type != ETH_P_IP && type != ETH_P_IPV6 && type != ETH_P_ARP) in fddi_header()
63 if(type == ETH_P_IP || type == ETH_P_IPV6 || type == ETH_P_ARP) in fddi_header()
Dfc.c47 if (type == ETH_P_IP || type == ETH_P_ARP) in fc_header()
/Linux-v4.19/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-v4.19/include/uapi/linux/
Dif_ether.h54 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ macro
/Linux-v4.19/net/ipv4/
Darp.c393 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit()
549 skb->protocol = htons(ETH_P_ARP); in arp_create()
812 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process()
832 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
853 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
1285 .type = cpu_to_be16(ETH_P_ARP),
/Linux-v4.19/samples/bpf/
Dxdp_redirect_cpu_kern.c353 case ETH_P_ARP: in xdp_prognum3_proto_separate()
422 case ETH_P_ARP: in xdp_prognum4_ddos_filter_pktgen()
547 case ETH_P_ARP: /* ARP packet handled on CPU idx 0 */ in xdp_prognum5_lb_hash_ip_pairs()
Dxdp_router_ipv4_kern.c138 if (h_proto == htons(ETH_P_ARP)) { in xdp_router_ipv4_prog()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_selftest.c70 ethh->h_proto = htons(ETH_P_ARP); in mlx4_en_test_loopback_xmit()
/Linux-v4.19/net/bridge/
Dbr_arp_nd_proxy.c61 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
66 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
Dbr_input.c120 (skb->protocol == htons(ETH_P_ARP) || in br_handle_frame_finish()
Dbr_netfilter_hooks.c80 (!skb_vlan_tag_present(skb) && skb->protocol == htons(ETH_P_ARP))
101 (vlan_proto(skb) == htons(ETH_P_ARP) && \
/Linux-v4.19/net/ax25/
Dax25_ip.c87 case ETH_P_ARP: in ax25_hard_header()
Dax25_in.c258 skb->protocol = htons(ETH_P_ARP); in ax25_rcv()
/Linux-v4.19/drivers/staging/gdm724x/
Dgdm_lte.c363 case ETH_P_ARP: in gdm_lte_tx_nic_type()
640 eth.h_proto = htons(ETH_P_ARP); in gdm_lte_netif_rx()
641 vlan_eth.h_vlan_encapsulated_proto = htons(ETH_P_ARP); in gdm_lte_netif_rx()
/Linux-v4.19/net/netfilter/
Dnf_log_common.c198 case htons(ETH_P_ARP): in nf_log_l2packet()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c45 case ETH_P_ARP: in mwifiex_discard_gratuitous_arp()
/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dpm.c75 .type = __cpu_to_le16(ETH_P_ARP),
/Linux-v4.19/drivers/net/usb/
Dlg-vl600.c190 if (be16_to_cpup(&ethhdr->h_proto) == ETH_P_ARP && in vl600_rx_fixup()
/Linux-v4.19/drivers/net/bonding/
Dbond_alb.c297 if (skb->protocol != cpu_to_be16(ETH_P_ARP)) in rlb_arp_recv()
453 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client()
1470 case ETH_P_ARP: in bond_alb_xmit()

123