Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_var.h1417 int tcp_autorcvbuf(struct mbuf *, struct tcphdr *, struct socket *,
HDtcp_input.c1481 tcp_autorcvbuf(struct mbuf *m, struct tcphdr *th, struct socket *so, in tcp_autorcvbuf() function
1925 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in tcp_do_segment()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c8498 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in bbr_do_fastnewdata()
HDrack.c12985 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in rack_do_fastnewdata()