Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcblist.c967 so->so_snd.sb_flags &= ~SB_LIMITED; in inp_limit_companion_link()
970 so->so_snd.sb_flags |= SB_LIMITED; in inp_limit_companion_link()
993 !(so->so_snd.sb_flags & SB_LIMITED)) { in inp_recover_companion_link()
997 so->so_snd.sb_flags &= ~SB_LIMITED; in inp_recover_companion_link()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h212 #define SB_LIMITED 0x8000 /* Socket buffer size limited */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c815 if (cc > sb->sb_hiwat && (sb->sb_flags & SB_LIMITED)) { in sbreserve()