Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c218 ent = fil->spf_filter; in sof_setsockopt_impl()
524 ASSERT(fil->spf_filter->sofe_flags & SOFEF_AUTO); in sof_sonode_autoattach_filters()
525 if (!sof_instance_create(fil->spf_filter, so)) { in sof_sonode_autoattach_filters()
1053 new->spf_filter = ent; in sof_entry_proc_sockparams()
1067 fil->spf_filter->sofe_hint == SOF_HINT_TOP) in sof_entry_proc_sockparams()
1073 fil->spf_filter->sofe_hint == SOF_HINT_BOTTOM) in sof_entry_proc_sockparams()
1083 fil->spf_filter->sofe_name, SOF_MAXNAMELEN) in sof_entry_proc_sockparams()
1091 if (fil->spf_filter->sofe_hint == in sof_entry_proc_sockparams()
1097 if (fil->spf_filter->sofe_hint == in sof_entry_proc_sockparams()
1113 fil->spf_filter->sofe_hint == SOF_HINT_TOP) { in sof_entry_proc_sockparams()
H A Dsockparams.c780 if (fil->spf_filter == ent) { in sockparams_filter_cleanup_impl()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h495 struct sof_entry *spf_filter; member