Searched refs:tcp_autosndbuf_max (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cc.c98 tcp_autosndbuf_max);
H A Dtcp_output.c199 uint32_t tcp_autosndbuf_max = 512 * 1024; variable
201 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_autosndbuf_max, 1,
799 tcp_autosndbuf_max)) == 1) {
H A Dtcp_subr.c503 tcp_autosndbuf_max = 1024 * 1024;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsocketvar.h651 extern uint32_t tcp_autosndbuf_max;

Completed in 144 milliseconds