Home
last modified time | relevance | path

Searched refs:arp_queue_len_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dneighbour.c402 n->arp_queue_len_bytes = 0; in neigh_flush_one()
935 neigh->arp_queue_len_bytes = 0; in neigh_destroy()
1084 neigh->arp_queue_len_bytes = 0; in neigh_invalidate()
1257 while (neigh->arp_queue_len_bytes + skb->truesize > in __neigh_event_send()
1264 neigh->arp_queue_len_bytes -= buff->truesize; in __neigh_event_send()
1270 neigh->arp_queue_len_bytes += skb->truesize; in __neigh_event_send()
1350 neigh->arp_queue_len_bytes = 0; in neigh_update_process_arp_queue()
/linux/include/net/
H A Dneighbour.h149 unsigned int arp_queue_len_bytes; member