Lines Matching defs:sock

4612 static int selinux_socket_post_create(struct socket *sock, int family,  in selinux_socket_post_create()
4662 static int selinux_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen) in selinux_socket_bind()
4801 static int selinux_socket_connect_helper(struct socket *sock, in selinux_socket_connect_helper()
4891 static int selinux_socket_connect(struct socket *sock, in selinux_socket_connect()
4904 static int selinux_socket_listen(struct socket *sock, int backlog) in selinux_socket_listen()
4909 static int selinux_socket_accept(struct socket *sock, struct socket *newsock) in selinux_socket_accept()
4935 static int selinux_socket_sendmsg(struct socket *sock, struct msghdr *msg, in selinux_socket_sendmsg()
4941 static int selinux_socket_recvmsg(struct socket *sock, struct msghdr *msg, in selinux_socket_recvmsg()
4947 static int selinux_socket_getsockname(struct socket *sock) in selinux_socket_getsockname()
4952 static int selinux_socket_getpeername(struct socket *sock) in selinux_socket_getpeername()
4957 static int selinux_socket_setsockopt(struct socket *sock, int level, int optname) in selinux_socket_setsockopt()
4968 static int selinux_socket_getsockopt(struct socket *sock, int level, in selinux_socket_getsockopt()
4974 static int selinux_socket_shutdown(struct socket *sock, int how) in selinux_socket_shutdown()
4979 static int selinux_socket_unix_stream_connect(struct sock *sock, in selinux_socket_unix_stream_connect()
5011 static int selinux_socket_unix_may_send(struct socket *sock, in selinux_socket_unix_may_send()
5142 static int selinux_socket_getpeersec_stream(struct socket *sock, in selinux_socket_getpeersec_stream()
5177 static int selinux_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid) in selinux_socket_getpeersec_dgram()
5387 struct socket *sock; in selinux_sctp_bind_connect() local