Lines Matching refs:u_long
75 u_long udps_ipackets; /* total input packets */
76 u_long udps_hdrops; /* packet shorter than header */
77 u_long udps_badsum; /* checksum error */
78 u_long udps_nosum; /* no checksum */
79 u_long udps_badlen; /* data length larger than packet */
80 u_long udps_noport; /* no socket on port */
81 u_long udps_noportbcast; /* of above, arrived as broadcast */
82 u_long udps_fullsock; /* not delivered, input socket full */
83 u_long udpps_pcbcachemiss; /* input packets missing pcb cache */
84 u_long udpps_pcbhashmiss; /* input packets not for hashed pcb */
86 u_long udps_opackets; /* total output packets */
87 u_long udps_fastout; /* output packets on fast path */
89 u_long udps_noportmcast;
90 u_long udps_filtermcast; /* blocked by multicast filter */
106 kmod_udpstat_inc(offsetof(struct udpstat, name) / sizeof(u_long))
137 extern u_long udp_sendspace;
138 extern u_long udp_recvspace;