Home
last modified time | relevance | path

Searched refs:so_filter_active (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c237 if (so->so_filter_active == 0 || in so_bind()
290 if (so->so_filter_active == 0 || in so_connect()
326 if ((so->so_filter_active > 0 && in so_accept()
524 if (so->so_filter_active > 0 && in so_sendmblk_impl()
594 if (so->so_filter_active == 0 || in so_shutdown()
627 if (so->so_filter_active == 0 || in so_getsockname()
774 if (so->so_filter_active > 0 && in so_setsockopt()
1071 if (so->so_filter_active > 0) in so_opctl()
1209 if (so->so_filter_active > 0) { in so_set_prop()
1283 if (so->so_filter_active > 0) { in so_queue_msg_impl()
[all …]
H A Dsockfilter.c759 so->so_filter_active++; in sof_instance_create()
790 ASSERT(so->so_filter_active > 0); in sof_instance_destroy()
791 so->so_filter_active--; in sof_instance_destroy()
1583 ASSERT(so->so_filter_active > 0); in sof_bypass()
1584 so->so_filter_active--; in sof_bypass()
H A Dsockcommon.c489 so->so_filter_active = 0; in sonode_constructor()
533 ASSERT(so->so_filter_active == 0); in sonode_destructor()
H A Dsocknotify.c186 if (so->so_filter_active > 0) in so_notify_writable()
H A Dsodirect.c80 !so->so_proto_props.sopp_loopback && so->so_filter_active == 0 && in sod_rcv_init()
H A Dsockcommon_subr.c149 ASSERT(so->so_filter_active == 0); in so_acceptq_flush_impl()
578 if (so->so_filter_active > 0 && in so_process_new_message()
1307 if (pso->so_filter_active > 0 && in socket_init_common()
2284 if (so->so_filter_active > 0 || so->so_krecv_cb != NULL) in so_tpi_fallback()
H A Dsocksyscalls.c2220 so->so_filter_active > 0 && maxblk != INFPSZ) in snf_async_read()
2830 so->so_filter_active > 0 && maxblk != INFPSZ) in snf_cache()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c791 if (so->so_filter_active > 0 && in sendvec_chunk()
944 if (so->so_filter_active > 0 && in sendvec_chunk()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h245 uint_t so_filter_active; /* # of active fil */ member