Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h188 extern int sof_filter_listen(struct sonode *, int *, cred_t *);
H A Dsockfilter.c1368 sof_filter_listen(struct sonode *so, int *backlogp, cred_t *cr) in sof_filter_listen() function
H A Dsockcommon_sops.c257 (error = sof_filter_listen(so, &backlog, cr)) < 0) in so_listen()