Searched refs:udpstat (Results 1 – 5 of 5) sorted by relevance
90 struct udpstat { struct142 #define udp6stat udpstat164 extern struct udpstat udpstat;
176 struct udpstat udpstat; /* from udp_var.h */ variable337 udpstat.udps_ipackets++; in udp_input()364 udpstat.udps_hdrops++; in udp_input()390 udpstat.udps_badlen++; in udp_input()537 udpstat.udps_filtermcast++; in udp_input()609 udpstat.udps_noportbcast++; in udp_input()658 udpstat.udps_hdrops++; in udp_input()723 udpstat.udps_noport++; in udp_input()725 udpstat.udps_noportbcast++; in udp_input()829 udpstat.udps_fullsock++; in udp_input()[all …]
1277 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()1397 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
233 udpstat.udps_fullsock++; in udp6_append()274 udpstat.udps_ipackets++; in udp6_input()281 udpstat.udps_badlen++; in udp6_input()413 udpstat.udps_filtermcast++; in udp6_input()495 udpstat.udps_noport++; in udp6_input()496 udpstat.udps_noportmcast++; in udp6_input()546 udpstat.udps_hdrops++; in udp6_input()602 udpstat.udps_noport++; in udp6_input()605 udpstat.udps_noportmcast++; in udp6_input()663 udpstat.udps_fullsock++; in udp6_input()[all …]
9666 udpstat.udps_badsum++; in pf_check_proto_cksum()