Searched refs:held (Results 1 – 7 of 7) sorted by relevance
308 if (arpstat.held >= arp_maxhold_total) { in arp_llinfo_addq()334 os_atomic_dec(&arpstat.held, relaxed); in arp_llinfo_addq()338 os_atomic_inc(&arpstat.held, relaxed); in arp_llinfo_addq()351 uint32_t held = qlen(&la->la_holdq); in arp_llinfo_flushq() local353 if (held != 0) { in arp_llinfo_flushq()354 os_atomic_add(&arpstat.purged, held, relaxed); in arp_llinfo_flushq()355 os_atomic_add(&arpstat.held, -held, relaxed); in arp_llinfo_flushq()360 return held; in arp_llinfo_flushq()1577 os_atomic_dec(&arpstat.held, relaxed); in arp_lookup_ip()2145 uint32_t held; in arp_ip_handle_input() local[all …]
146 uint32_t held; /* # of packets held waiting for a reply */ member
22 # Support for identifying MACF calouts with locks held
45 # of its terms. Licensee may be held legally responsible for any
98 warranty. In no event will the authors be held liable for any damages
145 being held by the initiating CPU. To mitigate this, when a CPU panics during a
3199 p3(held, "\t%u total packet%s held awaiting ARP repl%s\n"); in arp_stats()