Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h242 struct tcptemp { struct
1879 struct tcptemp *tcp_maketemplate(struct tcpcb *, struct mbuf **);
H A Dtcp_subr.c730 struct tcptemp *
734 struct tcptemp *n; in tcp_maketemplate()
740 m->m_len = sizeof(struct tcptemp); in tcp_maketemplate()
741 n = mtod(m, struct tcptemp *); in tcp_maketemplate()
H A Dtcp_timer.c994 struct tcptemp *__single t_template; in tcp_send_keep_alive()
H A Dmptcp_subr.c4348 struct tcptemp *t_template = tcp_maketemplate(tp, &m); in mptcp_subflow_mustrst_ev()