Searched refs:udpstat (Results 1 – 5 of 5) sorted by relevance
90 struct udpstat { struct141 #define udp6stat udpstat162 extern struct udpstat udpstat;
170 struct udpstat udpstat; /* from udp_var.h */ variable312 udpstat.udps_ipackets++; in udp_input()339 udpstat.udps_hdrops++; in udp_input()364 udpstat.udps_badlen++; in udp_input()509 udpstat.udps_filtermcast++; in udp_input()580 udpstat.udps_noportbcast++; in udp_input()624 udpstat.udps_hdrops++; in udp_input()689 udpstat.udps_noport++; in udp_input()691 udpstat.udps_noportbcast++; in udp_input()765 udpstat.udps_fullsock++; in udp_input()[all …]
1249 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()1374 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
231 udpstat.udps_fullsock++; in udp6_append()274 udpstat.udps_ipackets++; in udp6_input()281 udpstat.udps_badlen++; in udp6_input()410 udpstat.udps_filtermcast++; in udp6_input()491 udpstat.udps_noport++; in udp6_input()492 udpstat.udps_noportmcast++; in udp6_input()535 udpstat.udps_hdrops++; in udp6_input()589 udpstat.udps_noport++; in udp6_input()592 udpstat.udps_noportmcast++; in udp6_input()644 udpstat.udps_fullsock++; in udp6_input()[all …]
9610 udpstat.udps_badsum++; in pf_check_proto_cksum()