Searched defs:vtw_common (Results 1 – 1 of 1) sorted by relevance
204 typedef struct vtw_common { struct205 struct timeval expire; /* date of birth+msl */206 uint32_t key; /* hash key: full hash */207 uint32_t port_key; /* hash key: local port hash */208 uint32_t rcv_nxt;209 uint32_t rcv_wnd;210 uint32_t snd_nxt;211 uint32_t snd_scale : 8; /* window scaling for send win */212 uint32_t msl_class : 2; /* TCP MSL class {0,1,2,3} */213 uint32_t reuse_port : 1;[all …]