Home
last modified time | relevance | path

Searched refs:t_template (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_timer.c384 struct tcptemp *t_template; in tcp_timer_keep() local
433 t_template = tcpip_maketemplate(inp); in tcp_timer_keep()
434 if (t_template) { in tcp_timer_keep()
436 tcp_respond(tp, t_template->tt_ipgen, in tcp_timer_keep()
437 &t_template->tt_t, (struct mbuf *)NULL, in tcp_timer_keep()
440 free(t_template, M_TEMP); in tcp_timer_keep()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c4725 struct tcptemp *t_template; in bbr_timeout_persist() local
4777 t_template = tcpip_maketemplate(bbr->rc_inp); in bbr_timeout_persist()
4778 if (t_template) { in bbr_timeout_persist()
4779 tcp_respond(tp, t_template->tt_ipgen, in bbr_timeout_persist()
4780 &t_template->tt_t, (struct mbuf *)NULL, in bbr_timeout_persist()
4785 free(t_template, M_TEMP); in bbr_timeout_persist()
4803 struct tcptemp *t_template; in bbr_timeout_keepalive() local
4833 t_template = tcpip_maketemplate(inp); in bbr_timeout_keepalive()
4834 if (t_template) { in bbr_timeout_keepalive()
4835 tcp_respond(tp, t_template->tt_ipgen, in bbr_timeout_keepalive()
[all …]
H A Drack.c7359 struct tcptemp *t_template; in rack_send_ack_challange() local
7361 t_template = tcpip_maketemplate(rack->rc_inp); in rack_send_ack_challange()
7362 if (t_template) { in rack_send_ack_challange()
7369 tcp_respond(rack->rc_tp, t_template->tt_ipgen, in rack_send_ack_challange()
7370 &t_template->tt_t, (struct mbuf *)NULL, in rack_send_ack_challange()
7372 free(t_template, M_TEMP); in rack_send_ack_challange()