Searched refs:SO_MAXBLK (Results 1 – 6 of 6) sorted by relevance
151 stropt->so_flags = SO_MAXBLK; in proto_set_tx_maxblk()
623 #define SO_MAXBLK 0x100000 /* set maximum message block size */ macro
233 stropt->so_flags = SO_WROFF | SO_MAXBLK; in tcp_fuse()
1138 ASSERT(sopp.sopp_flags & (SO_HIWAT|SO_WROFF|SO_MAXBLK)); in tcp_accept_finish()1139 stropt->so_flags = SO_HIWAT | SO_WROFF | SO_MAXBLK; in tcp_accept_finish()
845 stropt->so_flags = SO_HIWAT | SO_WROFF | SO_MAXBLK; in tcp_fallback_noneager()
2365 if (sop->so_flags & SO_MAXBLK) in strrput_nondata()