Searched refs:arpstat (Results 1 – 3 of 3) sorted by relevance
124 struct arpstat { struct150 extern struct arpstat arpstat; argument
8021 arpstat.txrequests++; in dlil_send_arp_internal()8023 arpstat.txurequests++; in dlil_send_arp_internal()8027 arpstat.txreplies++; in dlil_send_arp_internal()
261 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable323 if (arpstat.held >= arp_maxhold_total) { in arp_llinfo_addq()329 os_atomic_inc(&arpstat.dropped, relaxed); in arp_llinfo_addq()348 os_atomic_inc(&arpstat.dropped, relaxed); in arp_llinfo_addq()349 os_atomic_dec(&arpstat.held, relaxed); in arp_llinfo_addq()353 os_atomic_inc(&arpstat.held, relaxed); in arp_llinfo_addq()369 os_atomic_add(&arpstat.purged, held, relaxed); in arp_llinfo_flushq()370 os_atomic_add(&arpstat.held, -held, relaxed); in arp_llinfo_flushq()721 arpstat.timeouts++; in arptfree()957 arpstat.txannounces++; in arp_rtrequest()[all …]