Searched defs:xtcpcb (Results 1 – 1 of 1) sorted by relevance
1204 struct xtcpcb { struct1205 ksize_t xt_len; /* length of this structure */1206 struct xinpcb xt_inp;1207 char xt_stack[TCP_FUNCTION_NAME_LEN_MAX]; /* (s) */1208 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */1209 char xt_cc[TCP_CA_NAME_MAX]; /* (s) */1210 int64_t spare64[6];1211 int32_t t_state; /* (s,p) */1212 uint32_t t_flags; /* (s,p) */1213 int32_t t_sndzerowin; /* (s) */[all …]