Home
last modified time | relevance | path

Searched refs:held (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Din_arp.c308 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() local
353 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 …]
/xnu-11215.1.10/bsd/net/
H A Dif_arp.h146 uint32_t held; /* # of packets held waiting for a reply */ member
/xnu-11215.1.10/bsd/conf/
H A Dfiles.x86_6422 # Support for identifying MACF calouts with locks held
/xnu-11215.1.10/osfmk/conf/
H A Dcopyright.osf45 # of its terms. Licensee may be held legally responsible for any
/xnu-11215.1.10/libkern/zlib/
H A DREADME98 warranty. In no event will the authors be held liable for any damages
/xnu-11215.1.10/doc/observability/
H A Dmt_stackshot.md145 being held by the initiating CPU. To mitigate this, when a CPU panics during a
/xnu-11215.1.10/tests/skywalk/
H A Dskywalk_test_common.c3199 p3(held, "\t%u total packet%s held awaiting ARP repl%s\n"); in arp_stats()