|
|
1.1 root 1:
2: /*
3: * the following structure is used as a debug helper only.
4: * It indicates the # of packets discarded due to appropriate problem.
5: */
6:
7: struct inp_err {
8: int bad_offset; /* Bad offset to header (trailer) */
9: int bad_length; /* Bad packet length */
10: int bad_packetype; /* Unrecognized packet type */
11: int h_nobuffer; /* Host runs out of buffer */
12: int c_nobuffer; /* Controller runs out of buffer (enp) */
13: int inq_full; /* Packets dropped due to full input Q */
14: };
15:
16: #define B_OFFSET 1
17: #define B_LENGTH 2
18: #define B_PACKETYPE 3
19: #define B_NOBUFFER 4
20: #define B_INQFULL 5
21:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.