Home
last modified time | relevance | path

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

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