Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/unix/
Dscm.c106 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_attach_fds() function
126 EXPORT_SYMBOL(unix_attach_fds);
Dscm.h7 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb);
Daf_unix.c1603 err = unix_attach_fds(scm, skb); in unix_scm_to_skb()