scm_cookie         40 include/net/scm.h void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm);
scm_cookie         41 include/net/scm.h void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm);
scm_cookie         42 include/net/scm.h int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
scm_cookie         43 include/net/scm.h void __scm_destroy(struct scm_cookie *scm);
scm_cookie         47 include/net/scm.h static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
scm_cookie         52 include/net/scm.h static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
scm_cookie         56 include/net/scm.h static __inline__ void scm_set_cred(struct scm_cookie *scm,
scm_cookie         65 include/net/scm.h static __inline__ void scm_destroy_cred(struct scm_cookie *scm)
scm_cookie         71 include/net/scm.h static __inline__ void scm_destroy(struct scm_cookie *scm)
scm_cookie         79 include/net/scm.h 			       struct scm_cookie *scm, bool forcecreds)
scm_cookie         93 include/net/scm.h static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm)
scm_cookie        109 include/net/scm.h static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm)
scm_cookie        114 include/net/scm.h 				struct scm_cookie *scm, int flags)
scm_cookie        266 net/compat.c   void scm_detach_fds_compat(struct msghdr *kmsg, struct scm_cookie *scm)
scm_cookie        116 net/core/scm.c void __scm_destroy(struct scm_cookie *scm)
scm_cookie        131 net/core/scm.c int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p)
scm_cookie        278 net/core/scm.c void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm)
scm_cookie       1852 net/netlink/af_netlink.c 	struct scm_cookie scm;
scm_cookie       1928 net/netlink/af_netlink.c 	struct scm_cookie scm;
scm_cookie        139 net/unix/af_unix.c static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb)
scm_cookie        144 net/unix/af_unix.c static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb)
scm_cookie        149 net/unix/af_unix.c static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb)
scm_cookie        154 net/unix/af_unix.c static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb)
scm_cookie        157 net/unix/af_unix.c static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb)
scm_cookie        160 net/unix/af_unix.c static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb)
scm_cookie       1508 net/unix/af_unix.c static int unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds)
scm_cookie       1548 net/unix/af_unix.c static int maybe_init_creds(struct scm_cookie *scm,
scm_cookie       1567 net/unix/af_unix.c 			    struct scm_cookie *scm)
scm_cookie       1594 net/unix/af_unix.c 	struct scm_cookie scm;
scm_cookie       1795 net/unix/af_unix.c 	struct scm_cookie scm;
scm_cookie       1892 net/unix/af_unix.c 	struct scm_cookie scm;
scm_cookie       2045 net/unix/af_unix.c 	struct scm_cookie scm;
scm_cookie       2207 net/unix/af_unix.c 	struct scm_cookie scm;
scm_cookie        103 net/unix/scm.c int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb)
scm_cookie        125 net/unix/scm.c void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb)
scm_cookie        139 net/unix/scm.c 	struct scm_cookie scm;
scm_cookie          7 net/unix/scm.h int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb);
scm_cookie          8 net/unix/scm.h void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb);