Searched refs:scm_cookie (Results 1 – 1 of 1) sorted by relevance
44 struct scm_cookie { struct53 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm); argument54 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm);55 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);56 void __scm_destroy(struct scm_cookie *scm);69 static __inline__ void scm_set_cred(struct scm_cookie *scm, in scm_set_cred()78 static __inline__ void scm_destroy_cred(struct scm_cookie *scm) in scm_destroy_cred()84 static __inline__ void scm_destroy(struct scm_cookie *scm) in scm_destroy()92 struct scm_cookie *scm, bool forcecreds) in scm_send()106 struct scm_cookie *scm, int flags);[all …]
Completed in 4 milliseconds