Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsecurity.h1648 int security_socket_setsockopt(struct socket *sock, int level, int optname);
1774 static inline int security_socket_setsockopt(struct socket *sock, in security_socket_setsockopt() function
/linux-6.15/security/
H A Dsecurity.c4747 int security_socket_setsockopt(struct socket *sock, int level, int optname) in security_socket_setsockopt() function
/linux-6.15/net/
H A Dsocket.c2273 err = security_socket_setsockopt(sock, level, optname); in do_sock_setsockopt()