Searched refs:arpstat (Results 1 – 4 of 4) sorted by relevance
124 struct arpstat { struct150 extern struct arpstat arpstat; argument
7706 arpstat.txrequests++; in dlil_send_arp_internal()7708 arpstat.txurequests++; in dlil_send_arp_internal()7712 arpstat.txreplies++; in dlil_send_arp_internal()
259 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable322 if (arpstat.held >= arp_maxhold_total) { in arp_llinfo_addq()328 atomic_add_32(&arpstat.dropped, 1); in arp_llinfo_addq()347 atomic_add_32(&arpstat.dropped, 1); in arp_llinfo_addq()348 atomic_add_32(&arpstat.held, -1); in arp_llinfo_addq()352 atomic_add_32(&arpstat.held, 1); in arp_llinfo_addq()368 atomic_add_32(&arpstat.purged, held); in arp_llinfo_flushq()369 atomic_add_32(&arpstat.held, -held); in arp_llinfo_flushq()720 arpstat.timeouts++; in arptfree()956 arpstat.txannounces++; in arp_rtrequest()[all …]
2467 arpstat.dropped += pkts_dropped; in in_lltable_free_entry()