Searched refs:SB_USRSIZE (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h195 #define SB_USRSIZE 0x200 /* user specified sbreserve */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c1691 if ((so->so_rcv.sb_flags & SB_USRSIZE) == 0)
1693 if ((so->so_snd.sb_flags & SB_USRSIZE) == 0)
H A Dtcp_subr.c2605 maxsockbufsize = ((so->so_rcv.sb_flags & SB_USRSIZE) != 0) ?
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c347 so->so_rcv.sb_flags |= (head->so_rcv.sb_flags & SB_USRSIZE);
348 so->so_snd.sb_flags |= (head->so_snd.sb_flags & SB_USRSIZE);
H A Duipc_socket.c3088 sb->sb_flags |= SB_USRSIZE;

Completed in 51 milliseconds