Home
last modified time | relevance | path

Searched refs:tcp_autorcvbuf (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h1406 int tcp_autorcvbuf(struct mbuf *, struct tcphdr *, struct socket *,
H A Dtcp_input.c1472 tcp_autorcvbuf(struct mbuf *m, struct tcphdr *th, struct socket *so, in tcp_autorcvbuf() function
1936 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c12366 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in rack_process_data()
12598 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in rack_do_fastnewdata()
H A Dbbr.c8509 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in bbr_do_fastnewdata()