Home
last modified time | relevance | path

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

/linux/include/net/
H A Dscm.h110 int scm_recv_one_fd(struct file *f, int __user *ufd, unsigned int flags,
/linux/net/core/
H A Dscm.c354 int scm_recv_one_fd(struct file *f, int __user *ufd, unsigned int flags, in scm_recv_one_fd() function
397 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags, notrunc); in scm_detach_fds()
/linux/net/
H A Dcompat.c299 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags, notrunc); in scm_detach_fds_compat()