Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_var.h1701 struct tcptemp *tcp_maketemplate(struct tcpcb *, struct mbuf **);
H A Dtcp_timer.c1004 t_template = tcp_maketemplate(tp, &m); in tcp_send_keep_alive()
H A Dtcp_subr.c708 tcp_maketemplate(struct tcpcb *tp, struct mbuf **mp) in tcp_maketemplate() function
H A Dmptcp_subr.c4321 struct tcptemp *t_template = tcp_maketemplate(tp, &m); in mptcp_subflow_mustrst_ev()