Searched refs:ARPSTAT_INC (Results 1 – 2 of 2) sorted by relevance
304 ARPSTAT_INC(timeouts); in arptimer()431 ARPSTAT_INC(txrequests); in arprequest_internal()433 ARPSTAT_INC(txerrors); in arprequest_internal()722 ARPSTAT_INC(received); in arpintr()827 ARPSTAT_INC(rxreplies); in in_arpinput()926 ARPSTAT_INC(dupips); in in_arpinput()1004 ARPSTAT_INC(rxrequests); in in_arpinput()1117 ARPSTAT_INC(txreplies); in in_arpinput()
127 #define ARPSTAT_INC(name) ARPSTAT_ADD(name, 1) macro