Searched refs:t_template (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/netinet/
H A Dtcp_output.c762 if (!tp->t_template)
765 if (tp->t_template->m_len != hdrlen - optlen)
768 memcpy(mtod(m, caddr_t), mtod(tp->t_template, caddr_t),
769 tp->t_template->m_len);
770 th = (struct tcphdr *)(mtod(m, caddr_t) + tp->t_template->m_len -
H A Dtcp_timer.c492 tcp_respond(tp, mtod(tp->t_template, caddr_t),
H A Dtcp_subr.c213 if ((m = tp->t_template) == 0) {
290 * template for a connection tp->t_template. If flags are given
530 m_free(tp->t_template);
H A Dtcp_var.h109 struct mbuf *t_template; /* skeletal packet for transmit */ member in struct:tcpcb
H A Dtcp_usrreq.c658 tp->t_template = tcp_template(tp);
659 if (tp->t_template == 0) {
H A Dtcp_input.c3600 tp->t_template = tcp_template(tp);
3601 if (tp->t_template == 0) {

Completed in 98 milliseconds