Searched refs:tcp_fillheaders (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_subr.c | 765 tcp_fillheaders(struct mbuf *m, struct tcpcb *tp, void *ip_ptr, void *tcp_ptr, in tcp_fillheaders() function 912 tcp_fillheaders(m, tp, (void *)&n->tt_ipgen, (void *)&n->tt_t, local, remote); in tcp_maketemplate() 3485 tcp_fillheaders(m, tp, ip6, th, NULL, NULL); in ipsec_hdrsiz_tcp() 3491 tcp_fillheaders(m, tp, ip, th, NULL, NULL); in ipsec_hdrsiz_tcp() 4915 tcp_fillheaders(m, tp, data, th, NULL, NULL); in tcp_make_keepalive_frame()
|
| H A D | tcp_output.c | 2861 tcp_fillheaders(m, tp, ip6, th, NULL, NULL); in tcp_output() 2883 tcp_fillheaders(m, tp, ip, th, NULL, NULL); in tcp_output()
|
| H A D | tcp_var.h | 1876 void tcp_fillheaders(struct mbuf *, struct tcpcb *, void *, void *, struct sockaddr *, struct s…
|