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

/xnu-2782.1.97/bsd/netinet/
H A Din_tclass.c797 int recvbg = IS_TCP_RECV_BG(so);
867 if (old_cc != tp->tcp_cc_index || recvbg != IS_TCP_RECV_BG(so)) {
873 IS_TCP_RECV_BG(so) ? "background" : "foreground"));
H A Dtcp_var.h1292 #define IS_TCP_RECV_BG(_so) \ macro
H A Dtcp_input.c5448 if (!IS_TCP_RECV_BG(so))
5458 if (IS_TCP_RECV_BG(so))
H A Dtcp_output.c1766 if (tcp_recv_bg == 1 || IS_TCP_RECV_BG(so)) {

Completed in 39 milliseconds