Searched refs:udpstat (Results 1 – 5 of 5) sorted by relevance
90 struct udpstat { struct141 #define udp6stat udpstat163 extern struct udpstat udpstat;
175 struct udpstat udpstat; /* from udp_var.h */ variable325 udpstat.udps_ipackets++; in udp_input()352 udpstat.udps_hdrops++; in udp_input()378 udpstat.udps_badlen++; in udp_input()525 udpstat.udps_filtermcast++; in udp_input()597 udpstat.udps_noportbcast++; in udp_input()646 udpstat.udps_hdrops++; in udp_input()711 udpstat.udps_noport++; in udp_input()713 udpstat.udps_noportbcast++; in udp_input()819 udpstat.udps_fullsock++; in udp_input()[all …]
1265 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()1385 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
235 udpstat.udps_fullsock++; in udp6_append()276 udpstat.udps_ipackets++; in udp6_input()283 udpstat.udps_badlen++; in udp6_input()415 udpstat.udps_filtermcast++; in udp6_input()497 udpstat.udps_noport++; in udp6_input()498 udpstat.udps_noportmcast++; in udp6_input()548 udpstat.udps_hdrops++; in udp6_input()602 udpstat.udps_noport++; in udp6_input()605 udpstat.udps_noportmcast++; in udp6_input()664 udpstat.udps_fullsock++; in udp6_input()[all …]
9645 udpstat.udps_badsum++; in pf_check_proto_cksum()