Home
last modified time | relevance | path

Searched refs:RIP6STAT_INC (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netinet6/
Draw_ip6.c169 RIP6STAT_INC(rip6s_ipackets); in rip6_input()
208 RIP6STAT_INC(rip6s_isum); in rip6_input()
212 RIP6STAT_INC(rip6s_badsum); in rip6_input()
288 RIP6STAT_INC(rip6s_fullsock); in rip6_input()
321 RIP6STAT_INC(rip6s_fullsock); in rip6_input()
326 RIP6STAT_INC(rip6s_nosock); in rip6_input()
328 RIP6STAT_INC(rip6s_nosockmcast); in rip6_input()
566 RIP6STAT_INC(rip6s_opackets);
Draw_ip6.h56 #define RIP6STAT_INC(name) RIP6STAT_ADD(name, 1) macro