Home
last modified time | relevance | path

Searched refs:SB_LIMITED (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/netinet/
H A Din_pcblist.c881 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()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h206 #define SB_LIMITED 0x8000 /* Socket buffer size limited */ macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c818 (cc > sb->sb_hiwat && (sb->sb_flags & SB_LIMITED))) { in sbreserve()