Home
last modified time | relevance | path

Searched refs:arpstat (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/net/ !
H A Dif_arp.h124 struct arpstat { struct
150 extern struct arpstat arpstat; argument
H A Ddlil.c7706 arpstat.txrequests++; in dlil_send_arp_internal()
7708 arpstat.txurequests++; in dlil_send_arp_internal()
7712 arpstat.txreplies++; in dlil_send_arp_internal()
/xnu-8792.41.9/bsd/netinet/ !
H A Din_arp.c259 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable
322 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 …]
H A Din.c2467 arpstat.dropped += pkts_dropped; in in_lltable_free_entry()