Home
last modified time | relevance | path

Searched defs:xtcpcb (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dtcp_var.h694 struct xtcpcb { struct
695 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