Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_output.c965 tcp_fillheaders(tp, ip6, th, use_tso); in tcp_output()
970 tcp_fillheaders(tp, ip, th, use_tso); in tcp_output()
H A Dtcp_var.h724 void tcp_fillheaders (struct tcpcb *, void *, void *, boolean_t);
H A Dtcp_subr.c464 tcp_fillheaders(struct tcpcb *tp, void *ip_ptr, void *tcp_ptr, boolean_t tso) in tcp_fillheaders() function
531 tcp_fillheaders(tp, &tmp->tt_ipgen, &tmp->tt_t, FALSE); in tcp_maketemplate()