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()
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()
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()
784 if (inst->sofi_next != NULL) in sof_instance_destroy()
1613 inst = inst->sofi_next) { in sof_rcv_flowctrl()
[all …]
H A Dsockfilter_impl.h117 sof_instance_t *sofi_next; /* down the stack */ member
170 __inst = __inst->sofi_next) { \
H A Dsockcommon_subr.c1832 inst = inst->sofi_next) { in socket_getopt_common()