Searched refs:tcp_fillheaders (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | tcp_subr.c | 656 tcp_fillheaders(struct mbuf *m, struct tcpcb *tp, void *ip_ptr, void *tcp_ptr) in tcp_fillheaders() function 729 tcp_fillheaders(m, tp, (void *)&n->tt_ipgen, (void *)&n->tt_t); in tcp_maketemplate() 3174 tcp_fillheaders(m, tp, ip6, th); in ipsec_hdrsiz_tcp() 3180 tcp_fillheaders(m, tp, ip, th); in ipsec_hdrsiz_tcp() 3926 tcp_fillheaders(m, tp, data, th); in tcp_make_keepalive_frame()
|
| H A D | tcp_output.c | 2444 tcp_fillheaders(m, tp, ip6, th); in tcp_output() 2458 tcp_fillheaders(m, tp, ip, th); in tcp_output()
|
| H A D | tcp_var.h | 1682 void tcp_fillheaders(struct mbuf *, struct tcpcb *, void *, void *);
|