Lines Matching refs:pending
45 static void arp_entry_cleanup(struct arp_entry *entry, bool pending) in arp_entry_cleanup() argument
49 if (pending) { in arp_entry_cleanup()
257 struct net_pkt *pending, in arp_prepare() argument
268 pkt = pending; in arp_prepare()
278 if (IS_ENABLED(CONFIG_NET_CAPTURE) && pending) { in arp_prepare()
279 net_pkt_set_captured(pkt, net_pkt_is_captured(pending)); in arp_prepare()
282 if (IS_ENABLED(CONFIG_NET_VLAN) && pending) { in arp_prepare()
283 net_pkt_set_vlan_tag(pkt, net_pkt_vlan_tag(pending)); in arp_prepare()
301 net_pkt_ref(pending); in arp_prepare()
302 k_fifo_put(&entry->pending_queue, pending); in arp_prepare()
340 my_addr = (struct in_addr *)NET_IPV4_HDR(pending)->src; in arp_prepare()