Searched refs:RIP6STAT_INC (Results 1 – 3 of 3) sorted by relevance
173 RIP6STAT_INC(rip6s_ipackets); in rip6_input()220 RIP6STAT_INC(rip6s_fullsock); in rip6_input()243 RIP6STAT_INC(rip6s_isum); in rip6_input()247 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()561 RIP6STAT_INC(rip6s_opackets); in rip6_output()
58 #define RIP6STAT_INC(name) RIP6STAT_ADD(name, 1) macro