Searched defs:tcp_hpts_entry (Results 1 – 1 of 1) sorted by relevance
88 struct tcp_hpts_entry { struct90 struct mtx p_mtx; /* Mutex for hpts */96 uint32_t p_prev_slot; /* Previous slot we were on */102 uint8_t p_direct_wake :1, /* boolean */103 p_on_min_sleep:1, /* boolean */104 p_avail:6;105 uint8_t p_fill[3]; /* Fill to 32 bits */107 void *p_inp;110 struct hptsh *p_hptss;112 uint32_t hit_no_enobuf;[all …]