Lines Matching refs:__u32
74 typedef __u32 ext_accm[8];
90 __u32 ppp_discards; /* # frames discarded */
92 __u32 ppp_ibytes; /* bytes received */
93 __u32 ppp_ioctects; /* bytes received not in error */
94 __u32 ppp_ipackets; /* packets received */
95 __u32 ppp_ierrors; /* receive errors */
96 __u32 ppp_ilqrs; /* # LQR frames received */
98 __u32 ppp_obytes; /* raw bytes sent */
99 __u32 ppp_ooctects; /* frame bytes sent */
100 __u32 ppp_opackets; /* packets sent */
101 __u32 ppp_oerrors; /* transmit errors */
102 __u32 ppp_olqrs; /* # LQR frames sent */
106 __u32 vjs_packets; /* outbound packets */
107 __u32 vjs_compressed; /* outbound compressed packets */
108 __u32 vjs_searches; /* searches for connection state */
109 __u32 vjs_misses; /* times couldn't find conn. state */
110 __u32 vjs_uncompressedin; /* inbound uncompressed packets */
111 __u32 vjs_compressedin; /* inbound compressed packets */
112 __u32 vjs_errorin; /* inbound unknown type packets */
113 __u32 vjs_tossed; /* inbound packets tossed because of error */
117 __u32 unc_bytes; /* total uncompressed bytes */
118 __u32 unc_packets; /* total uncompressed packets */
119 __u32 comp_bytes; /* compressed bytes */
120 __u32 comp_packets; /* compressed packets */
121 __u32 inc_bytes; /* incompressible bytes */
122 __u32 inc_packets; /* incompressible packets */
125 __u32 in_count; /* Bytes received */
126 __u32 bytes_out; /* Bytes transmitted */