Searched refs:tcp_autorcvbuf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/netinet/ |
| HD | tcp_var.h | 1402 int tcp_autorcvbuf(struct mbuf *, struct tcphdr *, struct socket *,
|
| HD | tcp_input.c | 1470 tcp_autorcvbuf(struct mbuf *m, struct tcphdr *th, struct socket *so, in tcp_autorcvbuf() function 1927 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in tcp_do_segment()
|
| /freebsd-head/sys/netinet/tcp_stacks/ |
| HD | rack.c | 12367 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in rack_process_data() 12599 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in rack_do_fastnewdata()
|
| HD | bbr.c | 8509 newsize = tcp_autorcvbuf(m, th, so, tp, tlen); in bbr_do_fastnewdata()
|