Searched refs:t_template (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_syncookie.c | 321 struct tcptemp *__single t_template; in syncookie_respond() local 333 t_template = tcp_maketemplate(tp, &m, local, remote); in syncookie_respond() 334 if (t_template != NULL) { in syncookie_respond() 367 tcp_respond((struct tcpcb*) 0, t_template->tt_ipgen, sizeof(t_template->tt_ipgen), in syncookie_respond() 368 &t_template->tt_t, (struct mbuf *)NULL, in syncookie_respond()
|
| H A D | tcp_timer.c | 986 struct tcptemp *__single t_template; in tcp_send_keep_alive() local 990 t_template = tcp_maketemplate(tp, &m, NULL, NULL); in tcp_send_keep_alive() 991 if (t_template != NULL) { in tcp_send_keep_alive() 1008 tcp_respond(tp, t_template->tt_ipgen, sizeof(t_template->tt_ipgen), in tcp_send_keep_alive() 1009 &t_template->tt_t, (struct mbuf *)NULL, in tcp_send_keep_alive()
|
| H A D | mptcp_subr.c | 4356 struct tcptemp *t_template = tcp_maketemplate(tp, &m, NULL, NULL); in mptcp_subflow_mustrst_ev() local 4358 if (t_template) { in mptcp_subflow_mustrst_ev() 4369 tcp_respond(tp, t_template->tt_ipgen, sizeof(t_template->tt_ipgen), in mptcp_subflow_mustrst_ev() 4370 &t_template->tt_t, (struct mbuf *)NULL, in mptcp_subflow_mustrst_ev()
|