Lines Matching defs:xtcpcb
1175 struct xtcpcb { struct
1176 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) */
1185 int32_t t_sndrexmitpack; /* (s) */
1209 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument