Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h130 struct tcpcb { struct
139 t_idle_reduce : 1,
164 u_int t_flags2; /* More tcpcb flags storage */ argument
172 tcp_seq last_ack_sent;
179 struct mbuf *t_in_pkt;
180 struct mbuf *t_tail_pkt;
242 u_int t_maxunacktime;
252 struct tcp_log_id_node *t_lin;
253 struct tcp_log_id_bucket *t_lib;
264 union {
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_var.h130 struct tcpcb { struct
139 t_idle_reduce : 1,
164 u_int t_flags2; /* More tcpcb flags storage */ argument
172 tcp_seq last_ack_sent;
179 struct mbuf *t_in_pkt;
180 struct mbuf *t_tail_pkt;
242 u_int t_maxunacktime;
252 struct tcp_log_id_node *t_lin;
253 struct tcp_log_id_bucket *t_lib;
264 union {
[all …]
H A Dtcp_usrreq.c3057 DB_SHOW_COMMAND(tcpcb, db_show_tcpcb) in DB_SHOW_COMMAND() argument