Searched refs:sbreserve_locked (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | sockbuf.h | 178 int sbreserve_locked(struct sockbuf *sb, u_long cc, struct socket *so,
|
| /f-stack/freebsd/sys/ |
| H A D | sockbuf.h | 178 int sbreserve_locked(struct sockbuf *sb, u_long cc, struct socket *so,
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_sockbuf.c | 568 if (sbreserve_locked(&so->so_snd, sndcc, so, td) == 0) in soreserve() 570 if (sbreserve_locked(&so->so_rcv, rcvcc, so, td) == 0) in soreserve() 610 sbreserve_locked(struct sockbuf *sb, u_long cc, struct socket *so, in sbreserve_locked() function 699 if (!sbreserve_locked(sb, cc, so, curthread)) in sbsetopt()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 1926 if (!sbreserve_locked(&so->so_rcv, in tcp_do_segment() 3843 (void)sbreserve_locked(&so->so_snd, bufsize, so, NULL); in tcp_mss() 3866 (void)sbreserve_locked(&so->so_rcv, bufsize, so, NULL); in tcp_mss()
|
| H A D | tcp_output.c | 2126 if (!sbreserve_locked(&so->so_snd, in tcp_sndbuf_autoscale()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 8922 if (!sbreserve_locked(&so->so_rcv, in rack_do_fastnewdata()
|
| H A D | bbr.c | 8603 if (!sbreserve_locked(&so->so_rcv, in bbr_do_fastnewdata()
|