Lines Matching refs:__u32
108 typedef __u32 ext_accm[8];
124 __u32 ppp_discards; /* # frames discarded */
126 __u32 ppp_ibytes; /* bytes received */
127 __u32 ppp_ioctects; /* bytes received not in error */
128 __u32 ppp_ipackets; /* packets received */
129 __u32 ppp_ierrors; /* receive errors */
130 __u32 ppp_ilqrs; /* # LQR frames received */
132 __u32 ppp_obytes; /* raw bytes sent */
133 __u32 ppp_ooctects; /* frame bytes sent */
134 __u32 ppp_opackets; /* packets sent */
135 __u32 ppp_oerrors; /* transmit errors */
136 __u32 ppp_olqrs; /* # LQR frames sent */
140 __u32 vjs_packets; /* outbound packets */
141 __u32 vjs_compressed; /* outbound compressed packets */
142 __u32 vjs_searches; /* searches for connection state */
143 __u32 vjs_misses; /* times couldn't find conn. state */
144 __u32 vjs_uncompressedin; /* inbound uncompressed packets */
145 __u32 vjs_compressedin; /* inbound compressed packets */
146 __u32 vjs_errorin; /* inbound unknown type packets */
147 __u32 vjs_tossed; /* inbound packets tossed because of error */
151 __u32 unc_bytes; /* total uncompressed bytes */
152 __u32 unc_packets; /* total uncompressed packets */
153 __u32 comp_bytes; /* compressed bytes */
154 __u32 comp_packets; /* compressed packets */
155 __u32 inc_bytes; /* incompressible bytes */
156 __u32 inc_packets; /* incompressible packets */
159 __u32 in_count; /* Bytes received */
160 __u32 bytes_out; /* Bytes transmitted */