• Home
  • Raw
  • Download

Lines Matching refs:socket

176 struct socket;
1394 int security_unix_may_send(struct socket *sock, struct socket *other);
1396 int security_socket_post_create(struct socket *sock, int family,
1398 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1399 int security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen);
1400 int security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen);
1401 int security_socket_listen(struct socket *sock, int backlog);
1402 int security_socket_accept(struct socket *sock, struct socket *newsock);
1403 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
1404 int security_socket_recvmsg(struct socket *sock, struct msghdr *msg,
1406 int security_socket_getsockname(struct socket *sock);
1407 int security_socket_getpeername(struct socket *sock);
1408 int security_socket_getsockopt(struct socket *sock, int level, int optname);
1409 int security_socket_setsockopt(struct socket *sock, int level, int optname);
1410 int security_socket_shutdown(struct socket *sock, int how);
1412 int security_socket_getpeersec_stream(struct socket *sock, char __user *optval,
1414 int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid);
1421 void security_sock_graft(struct sock*sk, struct socket *parent);
1451 static inline int security_unix_may_send(struct socket *sock, in security_unix_may_send()
1452 struct socket *other) in security_unix_may_send()
1463 static inline int security_socket_post_create(struct socket *sock, in security_socket_post_create()
1471 static inline int security_socket_socketpair(struct socket *socka, in security_socket_socketpair()
1472 struct socket *sockb) in security_socket_socketpair()
1477 static inline int security_socket_bind(struct socket *sock, in security_socket_bind()
1484 static inline int security_socket_connect(struct socket *sock, in security_socket_connect()
1491 static inline int security_socket_listen(struct socket *sock, int backlog) in security_socket_listen()
1496 static inline int security_socket_accept(struct socket *sock, in security_socket_accept()
1497 struct socket *newsock) in security_socket_accept()
1502 static inline int security_socket_sendmsg(struct socket *sock, in security_socket_sendmsg()
1508 static inline int security_socket_recvmsg(struct socket *sock, in security_socket_recvmsg()
1515 static inline int security_socket_getsockname(struct socket *sock) in security_socket_getsockname()
1520 static inline int security_socket_getpeername(struct socket *sock) in security_socket_getpeername()
1525 static inline int security_socket_getsockopt(struct socket *sock, in security_socket_getsockopt()
1531 static inline int security_socket_setsockopt(struct socket *sock, in security_socket_setsockopt()
1537 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown()
1547 static inline int security_socket_getpeersec_stream(struct socket *sock, char __user *optval, in security_socket_getpeersec_stream()
1553 static inline int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *s… in security_socket_getpeersec_dgram()
1581 static inline void security_sock_graft(struct sock *sk, struct socket *parent) in security_sock_graft()