Home
last modified time | relevance | path

Searched defs:tcp_hpts_entry (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h88 struct tcp_hpts_entry { struct
90 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 …]