Searched refs:udpstat (Results 1 – 5 of 5) sorted by relevance
90 struct udpstat { struct145 #define udp6stat udpstat167 extern struct udpstat udpstat;
176 struct udpstat udpstat; /* from udp_var.h */ variable368 udpstat.udps_ipackets++; in udp_input()395 udpstat.udps_hdrops++; in udp_input()421 udpstat.udps_badlen++; in udp_input()568 udpstat.udps_filtermcast++; in udp_input()640 udpstat.udps_noportbcast++; in udp_input()689 udpstat.udps_hdrops++; in udp_input()754 udpstat.udps_noport++; in udp_input()756 udpstat.udps_noportbcast++; in udp_input()866 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()669 udpstat.udps_fullsock++; in udp6_input()[all …]
9666 udpstat.udps_badsum++; in pf_check_proto_cksum()