Searched defs:xtcpcb (Results 1 – 1 of 1) sorted by relevance
694 struct xtcpcb { struct695 ksize_t xt_len; /* length of this structure */696 struct xinpcb xt_inp;697 char xt_stack[TCP_FUNCTION_NAME_LEN_MAX]; /* (s) */698 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */699 char xt_cc[TCP_CA_NAME_MAX]; /* (s) */723 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument