Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c209 inst = inst->sofi_next) { in sof_setsockopt_impl()
281 inst = inst->sofi_next) { in sof_setsockopt_impl()
357 inst = inst->sofi_next) in sof_getsockopt_impl()
361 inst = inst->sofi_next, i++) { in sof_getsockopt_impl()
539 sof_instance_t *ninst = inst->sofi_next; in sof_sonode_autoattach_filters()
587 sof_instance_t *t = inst->sofi_next; in sof_sonode_autoattach_filters()
753 inst->sofi_next = so->so_filter_top; in sof_instance_create()
777 ASSERT(inst->sofi_next != NULL || so->so_filter_bottom == inst); in sof_instance_destroy()
780 inst->sofi_prev->sofi_next = inst->sofi_next; in sof_instance_destroy()
782 so->so_filter_top = inst->sofi_next; in sof_instance_destroy()
[all …]
H A Dsockfilter_impl.h117 sof_instance_t *sofi_next; /* down the stack */ member
170 __inst = __inst->sofi_next) { \
H A Dsockcommon_subr.c1838 inst = inst->sofi_next) { in socket_getopt_common()