Searched refs:t_template (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timer.c | 403 struct tcptemp *t_template; in tcp_timer_keep() local 474 t_template = tcpip_maketemplate(inp); in tcp_timer_keep() 475 if (t_template) { in tcp_timer_keep() 477 tcp_respond(tp, t_template->tt_ipgen, in tcp_timer_keep() 478 &t_template->tt_t, (struct mbuf *)NULL, in tcp_timer_keep() 481 free(t_template, M_TEMP); in tcp_timer_keep()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 5351 struct tcptemp *t_template; in rack_timeout_persist() local 5406 if (t_template) { in rack_timeout_persist() 5412 tcp_respond(tp, t_template->tt_ipgen, in rack_timeout_persist() 5413 &t_template->tt_t, (struct mbuf *)NULL, in rack_timeout_persist() 5418 free(t_template, M_TEMP); in rack_timeout_persist() 5438 struct tcptemp *t_template; in rack_timeout_keepalive() local 5469 t_template = tcpip_maketemplate(inp); in rack_timeout_keepalive() 5470 if (t_template) { in rack_timeout_keepalive() 5475 tcp_respond(tp, t_template->tt_ipgen, in rack_timeout_keepalive() 5476 &t_template->tt_t, (struct mbuf *)NULL, in rack_timeout_keepalive() [all …]
|
| H A D | bbr.c | 4748 struct tcptemp *t_template; in bbr_timeout_persist() local 4804 t_template = tcpip_maketemplate(bbr->rc_inp); in bbr_timeout_persist() 4805 if (t_template) { in bbr_timeout_persist() 4806 tcp_respond(tp, t_template->tt_ipgen, in bbr_timeout_persist() 4807 &t_template->tt_t, (struct mbuf *)NULL, in bbr_timeout_persist() 4812 free(t_template, M_TEMP); in bbr_timeout_persist() 4830 struct tcptemp *t_template; in bbr_timeout_keepalive() local 4861 t_template = tcpip_maketemplate(inp); in bbr_timeout_keepalive() 4862 if (t_template) { in bbr_timeout_keepalive() 4863 tcp_respond(tp, t_template->tt_ipgen, in bbr_timeout_keepalive() [all …]
|