Lines Matching defs:sock

1157 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk)  in security_unix_stream_connect()
1163 int security_unix_may_send(struct socket *sock, struct socket *other) in security_unix_may_send()
1174 int security_socket_post_create(struct socket *sock, int family, in security_socket_post_create()
1181 int security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen) in security_socket_bind()
1186 int security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen) in security_socket_connect()
1191 int security_socket_listen(struct socket *sock, int backlog) in security_socket_listen()
1196 int security_socket_accept(struct socket *sock, struct socket *newsock) in security_socket_accept()
1201 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg()
1206 int security_socket_recvmsg(struct socket *sock, struct msghdr *msg, in security_socket_recvmsg()
1212 int security_socket_getsockname(struct socket *sock) in security_socket_getsockname()
1217 int security_socket_getpeername(struct socket *sock) in security_socket_getpeername()
1222 int security_socket_getsockopt(struct socket *sock, int level, int optname) in security_socket_getsockopt()
1227 int security_socket_setsockopt(struct socket *sock, int level, int optname) in security_socket_setsockopt()
1232 int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown()
1243 int security_socket_getpeersec_stream(struct socket *sock, char __user *optval, in security_socket_getpeersec_stream()
1249 int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid) in security_socket_getpeersec_dgram()