Searched refs:SB_NOCOMPRESS (Results 1 – 5 of 5) sorted by relevance
1602 VERIFY((sb->sb_flags & (SB_RECV | SB_NOCOMPRESS)) == in sbappendmptcpstream_rcv()1603 (SB_RECV | SB_NOCOMPRESS)); in sbappendmptcpstream_rcv()1645 int eor = 0, compress = (!(sb->sb_flags & SB_NOCOMPRESS)); in sbcompress()
209 mp_so->so_snd.sb_flags |= SB_NOCOMPRESS; in mptcp_attach()1082 VERIFY(mp_so->so_snd.sb_flags & SB_NOCOMPRESS); in mptcp_usr_send()
1164 (so->so_snd.sb_flags & SB_NOCOMPRESS)); in tcp_usr_send()
1712 (*so)->so_rcv.sb_flags |= SB_NOCOMPRESS; in mptcp_subflow_socreate()1713 (*so)->so_snd.sb_flags |= SB_NOCOMPRESS; in mptcp_subflow_socreate()
203 #define SB_NOCOMPRESS 0x1000 /* do not compress socket buffer */ macro