Searched defs:xtcpcb (Results 1 – 1 of 1) sorted by relevance
1175 struct xtcpcb { struct1176 ksize_t xt_len; /* length of this structure */1177 struct xinpcb xt_inp;1178 char xt_stack[TCP_FUNCTION_NAME_LEN_MAX]; /* (s) */1179 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */1180 char xt_cc[TCP_CA_NAME_MAX]; /* (s) */1181 int64_t spare64[6];1182 int32_t t_state; /* (s,p) */1183 uint32_t t_flags; /* (s,p) */1184 int32_t t_sndzerowin; /* (s) */[all …]