Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dscm.c331 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl) in scm_fp_dup() function
349 EXPORT_SYMBOL(scm_fp_dup);
/linux-4.4.14/include/net/
Dscm.h41 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl);
/linux-4.4.14/net/unix/
Daf_unix.c1559 UNIXCB(skb).fp = scm_fp_dup(scm->fp); in unix_attach_fds()
2192 scm.fp = scm_fp_dup(UNIXCB(skb).fp); in unix_dgram_recvmsg()
2432 scm.fp = scm_fp_dup(UNIXCB(skb).fp); in unix_stream_read_generic()