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
3211
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
1902
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
2928
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
361
skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
net/batman-adv/distributed-arp-table.c
1101
skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->mesh_iface,
net/batman-adv/distributed-arp-table.c
1301
if (type != ARPOP_REPLY)
net/batman-adv/distributed-arp-table.c
1349
if (type != ARPOP_REPLY)
net/bridge/br_arp_nd_proxy.c
58
arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip,
net/bridge/br_arp_nd_proxy.c
63
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
683
if (is_garp && ar_op == htons(ARPOP_REPLY))
net/ipv4/arp.c
765
if (arp->ar_op != htons(ARPOP_REPLY) &&
net/ipv4/arp.c
836
arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip,
net/ipv4/arp.c
856
arp_send_dst(ARPOP_REPLY, ETH_P_ARP,
net/ipv4/arp.c
877
arp_send_dst(ARPOP_REPLY, ETH_P_ARP,
net/ipv4/arp.c
908
(arp->ar_op == htons(ARPOP_REPLY) &&
net/ipv4/arp.c
934
if (arp->ar_op != htons(ARPOP_REPLY) ||