Lines Matching refs:scm_cookie
31 struct scm_cookie {
40 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm);
41 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm);
42 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
43 void __scm_destroy(struct scm_cookie *scm);
47 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
52 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
56 static __inline__ void scm_set_cred(struct scm_cookie *scm,
65 static __inline__ void scm_destroy_cred(struct scm_cookie *scm)
71 static __inline__ void scm_destroy(struct scm_cookie *scm)
79 struct scm_cookie *scm, bool forcecreds)
93 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm)
114 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm)
124 struct scm_cookie *scm, int flags)