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) {
281 inst = inst->sofi_next) {
357 inst = inst->sofi_next)
361 inst = inst->sofi_next, i++) {
539 sof_instance_t *ninst = inst->sofi_next;
587 sof_instance_t *t = inst->sofi_next;
753 inst->sofi_next = so->so_filter_top;
777 ASSERT(inst->sofi_next != NULL || so->so_filter_bottom == inst);
780 inst->sofi_prev->sofi_next = inst->sofi_next;
[all...]
H A Dsockfilter_impl.h117 sof_instance_t *sofi_next; /* down the stack */ member in struct:sof_instance
170 __inst = __inst->sofi_next) { \
H A Dsockcommon_subr.c1829 inst = inst->sofi_next) {

Completed in 51 milliseconds