Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_syncookie.c321 struct tcptemp *__single t_template; in syncookie_respond()
H A Dtcp_var.h255 struct tcptemp { struct
1875 struct tcptemp *tcp_maketemplate(struct tcpcb *, struct mbuf **, struct sockaddr *, struct sockaddr…
H A Dtcp_subr.c898 struct tcptemp *
903 struct tcptemp *n; in tcp_maketemplate()
909 m->m_len = sizeof(struct tcptemp); in tcp_maketemplate()
910 n = mtod(m, struct tcptemp *); in tcp_maketemplate()
H A Dtcp_timer.c986 struct tcptemp *__single t_template; in tcp_send_keep_alive()
H A Dmptcp_subr.c4356 struct tcptemp *t_template = tcp_maketemplate(tp, &m, NULL, NULL); in mptcp_subflow_mustrst_ev()