Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h192 extern int sof_filter_shutdown(struct sonode *, int *, cred_t *);
H A Dsockfilter.c1402 sof_filter_shutdown(struct sonode *so, int *howp, cred_t *cr) in sof_filter_shutdown() function
H A Dsockcommon_sops.c595 (error = sof_filter_shutdown(so, &how, cr)) < 0) in so_shutdown()