Searched refs:SB_DROP (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c741 if (m == NULL || (sb->sb_flags & SB_DROP)) {
785 if (m == NULL || (sb->sb_flags & SB_DROP)) {
896 if (m0 == NULL || (sb->sb_flags & SB_DROP)) {
1095 if (sb->sb_flags & SB_DROP) {
1190 if (sb->sb_flags & SB_DROP) {
H A Duipc_socket.c2855 if (asb.sb_flags & SB_DROP)
2856 sb->sb_flags |= SB_DROP;
4336 if (!(so->so_snd.sb_flags & so->so_rcv.sb_flags & SB_DROP))
4337 panic("%s: SB_DROP not set", __func__);
4358 so->so_snd.sb_flags |= SB_DROP;
4359 so->so_rcv.sb_flags |= SB_DROP;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h200 #define SB_DROP 0x400 /* does not accept any more data */ macro

Completed in 37 milliseconds