Home
last modified time | relevance | path

Searched refs:SB_NOCOMPRESS (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Duipc_socket2.c1611 VERIFY((sb->sb_flags & (SB_RECV | SB_NOCOMPRESS)) == in sbappendmptcpstream_rcv()
1612 (SB_RECV | SB_NOCOMPRESS)); in sbappendmptcpstream_rcv()
1654 int eor = 0, compress = (!(sb->sb_flags & SB_NOCOMPRESS)); in sbcompress()
/xnu-12377.81.4/bsd/netinet/
H A Dmptcp_usrreq.c206 mp_so->so_snd.sb_flags |= SB_NOCOMPRESS; in mptcp_attach()
1089 VERIFY(mp_so->so_snd.sb_flags & SB_NOCOMPRESS); in mptcp_usr_send()
H A Dtcp_usrreq.c1238 (so->so_snd.sb_flags & SB_NOCOMPRESS)); in tcp_usr_send()
H A Dmptcp_subr.c1529 (*so)->so_rcv.sb_flags |= SB_NOCOMPRESS; in mptcp_subflow_socreate()
1530 (*so)->so_snd.sb_flags |= SB_NOCOMPRESS; in mptcp_subflow_socreate()
/xnu-12377.81.4/bsd/sys/
H A Dsocketvar.h209 #define SB_NOCOMPRESS 0x1000 /* do not compress socket buffer */ macro