Home
last modified time | relevance | path

Searched refs:security_socket_setsockopt (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dsecurity.h1658 int security_socket_setsockopt(struct socket *sock, int level, int optname);
1789 static inline int security_socket_setsockopt(struct socket *sock, in security_socket_setsockopt() function
/linux/security/
H A Dsecurity.c4283 int security_socket_setsockopt(struct socket *sock, int level, int optname) in security_socket_setsockopt() function
/linux/net/
H A Dsocket.c2299 err = security_socket_setsockopt(sock, level, optname); in do_sock_setsockopt()