Symbol: ARPOP_REPLY
drivers/net/bonding/bond_alb.c
296
if (arp->op_code == htons(ARPOP_REPLY)) {
drivers/net/bonding/bond_alb.c
434
skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
drivers/net/bonding/bond_alb.c
678
if (arp->op_code == htons(ARPOP_REPLY)) {
drivers/net/bonding/bond_main.c
3224
else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) &&
drivers/net/ethernet/chelsio/cxgb3/sge.c
2049
arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
1607
if (ahdr->ar_op != htons(ARPOP_REPLY))
drivers/net/vxlan/vxlan_core.c
1904
reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
drivers/net/wireless/intel/iwlwifi/mei/net.c
125
arp->ar_op == htons(ARPOP_REPLY)) {
drivers/net/wireless/marvell/mwifiex/sta_rx.c
35
if (arp->hdr.ar_op == htons(ARPOP_REPLY) ||
drivers/net/wireless/realtek/rtw89/fw.c
2968
arp_hdr->ar_op = htons(ARPOP_REPLY);
drivers/net/wireless/ti/wlcore/cmd.c
1252
arp_hdr->ar_op = cpu_to_be16(ARPOP_REPLY);
net/batman-adv/bridge_loop_avoidance.c
364
skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
net/batman-adv/distributed-arp-table.c
1114
skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->mesh_iface,
net/batman-adv/distributed-arp-table.c
1326
if (type != ARPOP_REPLY)
net/batman-adv/distributed-arp-table.c
1378
if (type != ARPOP_REPLY)
net/bridge/br_arp_nd_proxy.c
57
arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip,
net/bridge/br_arp_nd_proxy.c
62
skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip,
net/bridge/netfilter/ebt_arpreply.c
55
arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr,
net/core/flow_dissector.c
600
(arp->ar_op != htons(ARPOP_REPLY) &&
net/ipv4/arp.c
682
if (is_garp && ar_op == htons(ARPOP_REPLY))
net/ipv4/arp.c
764
if (arp->ar_op != htons(ARPOP_REPLY) &&
net/ipv4/arp.c
835
arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip,
net/ipv4/arp.c
855
arp_send_dst(ARPOP_REPLY, ETH_P_ARP,
net/ipv4/arp.c
876
arp_send_dst(ARPOP_REPLY, ETH_P_ARP,
net/ipv4/arp.c
907
(arp->ar_op == htons(ARPOP_REPLY) &&
net/ipv4/arp.c
933
if (arp->ar_op != htons(ARPOP_REPLY) ||