Lines Matching defs:udpstat
73 struct udpstat { struct
75 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 */
84 uint64_t udpps_pcbhashmiss; /* input packets not for hashed pcb */
86 uint64_t udps_opackets; /* total output packets */
87 uint64_t udps_fastout; /* output packets on fast path */
89 uint64_t udps_noportmcast;
90 uint64_t udps_filtermcast; /* blocked by multicast filter */