Lines Matching defs:sock
1184 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) in security_unix_stream_connect()
1190 int security_unix_may_send(struct socket *sock, struct socket *other) in security_unix_may_send()
1201 int security_socket_post_create(struct socket *sock, int family, in security_socket_post_create()
1208 int security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen) in security_socket_bind()
1213 int security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen) in security_socket_connect()
1218 int security_socket_listen(struct socket *sock, int backlog) in security_socket_listen()
1223 int security_socket_accept(struct socket *sock, struct socket *newsock) in security_socket_accept()
1228 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg()
1233 int security_socket_recvmsg(struct socket *sock, struct msghdr *msg, in security_socket_recvmsg()
1239 int security_socket_getsockname(struct socket *sock) in security_socket_getsockname()
1244 int security_socket_getpeername(struct socket *sock) in security_socket_getpeername()
1249 int security_socket_getsockopt(struct socket *sock, int level, int optname) in security_socket_getsockopt()
1254 int security_socket_setsockopt(struct socket *sock, int level, int optname) in security_socket_setsockopt()
1259 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown()
1270 int security_socket_getpeersec_stream(struct socket *sock, char __user *optval, in security_socket_getpeersec_stream()
1277 int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid) in security_socket_getpeersec_dgram()