Searched refs:SB_LIMITED (Results 1 – 3 of 3) sorted by relevance
881 so->so_snd.sb_flags &= ~SB_LIMITED; in inp_limit_companion_link()884 so->so_snd.sb_flags |= SB_LIMITED; in inp_limit_companion_link()907 !(so->so_snd.sb_flags & SB_LIMITED)) { in inp_recover_companion_link()911 so->so_snd.sb_flags &= ~SB_LIMITED; in inp_recover_companion_link()
206 #define SB_LIMITED 0x8000 /* Socket buffer size limited */ macro
818 (cc > sb->sb_hiwat && (sb->sb_flags & SB_LIMITED))) { in sbreserve()