Searched refs:udpstat (Results 1 – 5 of 5) sorted by relevance
90 struct udpstat { struct141 #define udp6stat udpstat162 extern struct udpstat udpstat;
168 struct udpstat udpstat; /* from udp_var.h */ variable304 udpstat.udps_ipackets++; in udp_input()331 udpstat.udps_hdrops++; in udp_input()356 udpstat.udps_badlen++; in udp_input()501 udpstat.udps_filtermcast++; in udp_input()567 udpstat.udps_noportbcast++; in udp_input()611 udpstat.udps_hdrops++; in udp_input()676 udpstat.udps_noport++; in udp_input()678 udpstat.udps_noportbcast++; in udp_input()759 udpstat.udps_fullsock++; in udp_input()[all …]
1241 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()1366 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
231 udpstat.udps_fullsock++; in udp6_append()270 udpstat.udps_ipackets++; in udp6_input()277 udpstat.udps_badlen++; in udp6_input()406 udpstat.udps_filtermcast++; in udp6_input()483 udpstat.udps_noport++; in udp6_input()484 udpstat.udps_noportmcast++; in udp6_input()527 udpstat.udps_hdrops++; in udp6_input()581 udpstat.udps_noport++; in udp6_input()584 udpstat.udps_noportmcast++; in udp6_input()636 udpstat.udps_fullsock++; in udp6_input()[all …]
9481 udpstat.udps_badsum++; in pf_check_proto_cksum()