Searched defs:udpstat (Results 1 – 4 of 4) sorted by relevance
73 struct udpstat { struct75 uint64_t udps_ipackets; /* total input packets */76 uint64_t udps_hdrops; /* packet shorter than header */77 uint64_t udps_badsum; /* checksum error */78 uint64_t udps_nosum; /* no checksum */79 uint64_t udps_badlen; /* data length larger than packet */80 uint64_t udps_noport; /* no socket on port */81 uint64_t udps_noportbcast; /* of above, arrived as broadcast */82 uint64_t udps_fullsock; /* not delivered, input socket full */83 uint64_t udpps_pcbcachemiss; /* input packets missing pcb cache */[all …]
47 static struct udpstat udpstat; variable
222 struct udpstat udpstat; in getentropy_fallback() local
906 struct udpstat udpstat; in udp_stats() local