Searched defs:xtcpcb (Results 1 – 2 of 2) sorted by relevance
754 struct xtcpcb { struct755 ksize_t xt_len; /* length of this structure */756 struct xinpcb xt_inp;757 char xt_stack[TCP_FUNCTION_NAME_LEN_MAX]; /* (s) */758 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */759 char xt_cc[TCP_CA_NAME_MAX]; /* (s) */783 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument