Lines Matching defs:sock

4106 int security_unix_stream_connect(struct sock *sock, struct sock *other,  in security_unix_stream_connect()
4133 int security_unix_may_send(struct socket *sock, struct socket *other) in security_unix_may_send()
4173 int security_socket_post_create(struct socket *sock, int family, in security_socket_post_create()
4208 int security_socket_bind(struct socket *sock, in security_socket_bind()
4225 int security_socket_connect(struct socket *sock, in security_socket_connect()
4240 int security_socket_listen(struct socket *sock, int backlog) in security_socket_listen()
4256 int security_socket_accept(struct socket *sock, struct socket *newsock) in security_socket_accept()
4271 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg()
4287 int security_socket_recvmsg(struct socket *sock, struct msghdr *msg, in security_socket_recvmsg()
4302 int security_socket_getsockname(struct socket *sock) in security_socket_getsockname()
4315 int security_socket_getpeername(struct socket *sock) in security_socket_getpeername()
4331 int security_socket_getsockopt(struct socket *sock, int level, int optname) in security_socket_getsockopt()
4346 int security_socket_setsockopt(struct socket *sock, int level, int optname) in security_socket_setsockopt()
4361 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown()
4399 int security_socket_getpeersec_stream(struct socket *sock, sockptr_t optval, in security_socket_getpeersec_stream()
4432 int security_socket_getpeersec_dgram(struct socket *sock, in security_socket_getpeersec_dgram()