Searched refs:SB_NOCOMPRESS (Results 1 – 5 of 5) sorted by relevance
1611 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()
206 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()
1238 (so->so_snd.sb_flags & SB_NOCOMPRESS)); in tcp_usr_send()
1529 (*so)->so_rcv.sb_flags |= SB_NOCOMPRESS; in mptcp_subflow_socreate()1530 (*so)->so_snd.sb_flags |= SB_NOCOMPRESS; in mptcp_subflow_socreate()
209 #define SB_NOCOMPRESS 0x1000 /* do not compress socket buffer */ macro