Searched refs:RIP6STAT_INC (Results 1 – 2 of 2) sorted by relevance
169 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);
56 #define RIP6STAT_INC(name) RIP6STAT_ADD(name, 1) macro