Lines Matching refs:scm_cookie
28 struct scm_cookie { struct
37 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm); argument
38 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm);
39 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
40 void __scm_destroy(struct scm_cookie *scm);
44 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram()
49 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram()
53 static __inline__ void scm_set_cred(struct scm_cookie *scm, in scm_set_cred()
62 static __inline__ void scm_destroy_cred(struct scm_cookie *scm) in scm_destroy_cred()
68 static __inline__ void scm_destroy(struct scm_cookie *scm) in scm_destroy()
76 struct scm_cookie *scm, bool forcecreds) in scm_send()
90 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
106 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
111 struct scm_cookie *scm, int flags) in scm_recv()