Searched refs:scm_cookie (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dscm.h21 struct scm_cookie { struct
31 extern void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm);
32 extern void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm);
33 extern int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
34 extern void __scm_destroy(struct scm_cookie *scm);
38 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
43 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm)
47 static __inline__ void scm_set_cred(struct scm_cookie *scm,
55 static __inline__ void scm_destroy_cred(struct scm_cookie *scm)
65 static __inline__ void scm_destroy(struct scm_cookie *sc
[all...]
H A Dsock.h878 struct scm_cookie *scm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dscm.c105 void __scm_destroy(struct scm_cookie *scm)
135 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p)
256 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/unix/
H A Daf_unix.c127 static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb)
132 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb)
137 static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb)
140 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb)
1310 static void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb)
1323 struct scm_cookie scm;
1338 static int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb)
1372 static int unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds)
1403 struct scm_cookie tmp_scm;
1555 struct scm_cookie tmp_sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c1322 struct scm_cookie scm;
1404 struct scm_cookie scm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dcompat.c273 void scm_detach_fds_compat(struct msghdr *kmsg, struct scm_cookie *scm)

Completed in 121 milliseconds