Home
last modified time | relevance | path

Searched refs:tcptemp (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h199 struct tcptemp { struct
1621 struct tcptemp *tcp_maketemplate(struct tcpcb *);
H A Dtcp_subr.c703 struct tcptemp *
707 struct tcptemp *n; in tcp_maketemplate()
713 m->m_len = sizeof(struct tcptemp); in tcp_maketemplate()
714 n = mtod(m, struct tcptemp *); in tcp_maketemplate()
H A Dtcp_timer.c982 struct tcptemp *t_template; in tcp_send_keep_alive()
H A Dmptcp_subr.c4515 struct tcptemp *t_template = tcp_maketemplate(tp); in mptcp_subflow_mustrst_ev()