Searched defs:scm (Results 1 – 5 of 5) sorted by relevance
/net/unix/ |
D | scm.c | 106 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_attach_fds() 128 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_detach_fds() 142 struct scm_cookie scm; in unix_destruct_scm() local
|
D | af_unix.c | 140 static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() 145 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_set_secdata() 150 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) in unix_secdata_eq() 155 static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() 158 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_set_secdata() 161 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) in unix_secdata_eq() 1616 static void unix_peek_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_peek_fds() 1663 static int unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds) in unix_scm_to_skb() 1703 static int maybe_init_creds(struct scm_cookie *scm, in maybe_init_creds() 1722 struct scm_cookie *scm) in unix_skb_scm_eq() [all …]
|
/net/core/ |
D | scm.c | 122 void __scm_destroy(struct scm_cookie *scm) in __scm_destroy() 305 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds()
|
/net/ |
D | compat.c | 291 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds_compat()
|
/net/netlink/ |
D | af_netlink.c | 1851 struct scm_cookie scm; in netlink_sendmsg() local 1934 struct scm_cookie scm; in netlink_recvmsg() local
|