Searched refs:arpstat (Results 1 – 4 of 4) sorted by relevance
124 struct arpstat { struct150 extern struct arpstat arpstat; argument
7708 arpstat.txrequests++; in dlil_send_arp_internal()7710 arpstat.txurequests++; in dlil_send_arp_internal()7714 arpstat.txreplies++; in dlil_send_arp_internal()
259 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable321 if (arpstat.held >= arp_maxhold_total) { in arp_llinfo_addq()327 atomic_add_32(&arpstat.dropped, 1); in arp_llinfo_addq()346 atomic_add_32(&arpstat.dropped, 1); in arp_llinfo_addq()347 atomic_add_32(&arpstat.held, -1); in arp_llinfo_addq()351 atomic_add_32(&arpstat.held, 1); in arp_llinfo_addq()367 atomic_add_32(&arpstat.purged, held); in arp_llinfo_flushq()368 atomic_add_32(&arpstat.held, -held); in arp_llinfo_flushq()719 arpstat.timeouts++; in arptfree()955 arpstat.txannounces++; in arp_rtrequest()[all …]
2467 arpstat.dropped += pkts_dropped; in in_lltable_free_entry()