Searched refs:tcpip_fillheaders (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_output.c | 1170 tcpip_fillheaders(inp, tp->t_port, ip6, th); in tcp_default_output() 1184 tcpip_fillheaders(inp, tp->t_port, ip, th); in tcp_default_output()
|
H A D | tcp_var.h | 1474 void tcpip_fillheaders(struct inpcb *, uint16_t, void *, void *);
|
H A D | tcp_subr.c | 1631 tcpip_fillheaders(struct inpcb *inp, uint16_t port, void *ip_ptr, void *tcp_ptr) in tcpip_fillheaders() function 1703 tcpip_fillheaders(inp, 0, (void *)&t->tt_ipgen, (void *)&t->tt_t); in tcpip_maketemplate()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 14086 tcpip_fillheaders(rack->rc_inp, in rack_init_fsb_block() 14108 tcpip_fillheaders(rack->rc_inp, in rack_init_fsb_block() 21660 tcpip_fillheaders(inp, tp->t_port, ip6, th); in rack_output() 21675 tcpip_fillheaders(inp, tp->t_port, ip, th); in rack_output()
|
H A D | bbr.c | 13272 tcpip_fillheaders(inp, tp->t_port, ip6, th); in bbr_output_wtime() 13287 tcpip_fillheaders(inp, tp->t_port, ip, th); in bbr_output_wtime()
|