Searched refs:ARPSTAT_INC (Results 1 – 3 of 3) sorted by relevance
318 ARPSTAT_INC(timeouts); in arptimer()444 ARPSTAT_INC(txrequests); in arprequest_internal()446 ARPSTAT_INC(txerrors); in arprequest_internal()560 ARPSTAT_INC(dropped); in arpresolve_full()746 ARPSTAT_INC(received); in arpintr()854 ARPSTAT_INC(rxreplies); in in_arpinput()962 ARPSTAT_INC(dupips); in in_arpinput()1040 ARPSTAT_INC(rxrequests); in in_arpinput()1153 ARPSTAT_INC(txreplies); in in_arpinput()
130 #define ARPSTAT_INC(name) ARPSTAT_ADD(name, 1) macro