|
nmsg 1.1.2
|
Data Fields | |
| union reasm_id | id |
| unsigned | len |
| unsigned | holes |
| unsigned | frag_count |
| unsigned | hash |
| struct timespec | timeout |
| enum entry_state | state |
| enum reasm_proto | protocol |
| struct reasm_frag_entry * | frags |
| struct reasm_ip_entry * | prev |
| struct reasm_ip_entry * | next |
| struct reasm_ip_entry * | time_prev |
| struct reasm_ip_entry * | time_next |
Definition at line 71 of file base/ipreasm.h.
| union reasm_id reasm_ip_entry::id |
Definition at line 72 of file base/ipreasm.h.
| unsigned reasm_ip_entry::len |
Definition at line 73 of file base/ipreasm.h.
| unsigned reasm_ip_entry::holes |
Definition at line 74 of file base/ipreasm.h.
| unsigned reasm_ip_entry::frag_count |
Definition at line 75 of file base/ipreasm.h.
| unsigned reasm_ip_entry::hash |
Definition at line 76 of file base/ipreasm.h.
| struct timespec reasm_ip_entry::timeout |
Definition at line 77 of file base/ipreasm.h.
| enum entry_state reasm_ip_entry::state |
Definition at line 78 of file base/ipreasm.h.
| enum reasm_proto reasm_ip_entry::protocol |
Definition at line 79 of file base/ipreasm.h.
| struct reasm_frag_entry* reasm_ip_entry::frags |
Definition at line 80 of file base/ipreasm.h.
| struct reasm_ip_entry* reasm_ip_entry::prev |
Definition at line 81 of file base/ipreasm.h.
| struct reasm_ip_entry * reasm_ip_entry::next |
Definition at line 81 of file base/ipreasm.h.
| struct reasm_ip_entry* reasm_ip_entry::time_prev |
Definition at line 82 of file base/ipreasm.h.
| struct reasm_ip_entry * reasm_ip_entry::time_next |
Definition at line 82 of file base/ipreasm.h.