Home
last modified time | relevance | path

Searched refs:SOTCDB_NO_RECVTCPBG (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h714 #define SOTCDB_NO_RECVTCPBG 0x20 /* Do not use throttling on receiver-side of TCP */ macro
/xnu-11417.140.69/bsd/netinet/
H A Din_tclass.c1219 if ((sotcdb & SOTCDB_NO_RECVTCPBG) != 0 || is_local) { in set_tcp_stream_priority()