Lines Matching refs:socket
55 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
60 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram()
65 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram()
91 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send()
106 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
122 static inline bool scm_has_secdata(struct socket *sock) in scm_has_secdata()
127 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
130 static inline bool scm_has_secdata(struct socket *sock) in scm_has_secdata()
172 static inline bool __scm_recv_common(struct socket *sock, struct msghdr *msg, in __scm_recv_common()
202 static inline void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv()
211 static inline void scm_recv_unix(struct socket *sock, struct msghdr *msg, in scm_recv_unix()