Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet6/
HDraw_ip6.c171 RIP6STAT_INC(rip6s_ipackets); in rip6_input()
219 RIP6STAT_INC(rip6s_fullsock); in rip6_input()
242 RIP6STAT_INC(rip6s_isum); in rip6_input()
246 RIP6STAT_INC(rip6s_badsum); in rip6_input()
331 RIP6STAT_INC(rip6s_fullsock); in rip6_input()
336 RIP6STAT_INC(rip6s_nosock); in rip6_input()
338 RIP6STAT_INC(rip6s_nosockmcast); in rip6_input()
567 RIP6STAT_INC(rip6s_opackets); in rip6_output()
HDraw_ip6.h57 #define RIP6STAT_INC(name) RIP6STAT_ADD(name, 1) macro