Searched defs:udpstat (Results 1 – 3 of 3) sorted by relevance
73 struct udpstat { struct98 #define UDPSTAT_ADD(name, val) V_udpstat.name += (val) argument106 kmod_udpstat_inc(offsetof(struct udpstat, name) / sizeof(u_long)) argument
47 static struct udpstat udpstat; variable
733 struct udpstat udpstat, zerostat; in udp_stats() local