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()
936 neigh->arp_queue_len_bytes = 0; in neigh_destroy()
1085 neigh->arp_queue_len_bytes = 0; in neigh_invalidate()
1258 while (neigh->arp_queue_len_bytes + skb->truesize > in __neigh_event_send()
1265 neigh->arp_queue_len_bytes -= buff->truesize; in __neigh_event_send()
1271 neigh->arp_queue_len_bytes += skb->truesize; in __neigh_event_send()
1351 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