tag | line | file | source code |
int32 | 152 | drivers/net/slhc.h | int32 sls_o_nontcp; /* outbound non-TCP packets */ |
int32 | 153 | drivers/net/slhc.h | int32 sls_o_tcp; /* outbound TCP packets */ |
int32 | 154 | drivers/net/slhc.h | int32 sls_o_uncompressed; /* outbound uncompressed packets */ |
int32 | 155 | drivers/net/slhc.h | int32 sls_o_compressed; /* outbound compressed packets */ |
int32 | 156 | drivers/net/slhc.h | int32 sls_o_searches; /* searches for connection state */ |
int32 | 157 | drivers/net/slhc.h | int32 sls_o_misses; /* times couldn't find conn. state */ |
int32 | 159 | drivers/net/slhc.h | int32 sls_i_uncompressed; /* inbound uncompressed packets */ |
int32 | 160 | drivers/net/slhc.h | int32 sls_i_compressed; /* inbound compressed packets */ |
int32 | 161 | drivers/net/slhc.h | int32 sls_i_error; /* inbound error packets */ |
int32 | 162 | drivers/net/slhc.h | int32 sls_i_tossed; /* inbound packets tossed because of error */ |
int32 | 164 | drivers/net/slhc.h | int32 sls_i_runt; |
int32 | 165 | drivers/net/slhc.h | int32 sls_i_badcheck; |