Searched refs:socket_bind (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | lsm_cgroup.c | 130 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() argument
|
| H A D | local_storage.c | 138 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() argument
|
| /linux-6.15/security/landlock/ |
| H A D | net.c | 214 LSM_HOOK_INIT(socket_bind, hook_socket_bind),
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lsm_cgroup.c | 97 bind_prog_fd = bpf_program__fd(skel->progs.socket_bind); in test_lsm_cgroup_functional()
|
| /linux-6.15/security/tomoyo/ |
| H A D | tomoyo.c | 582 LSM_HOOK_INIT(socket_bind, tomoyo_socket_bind),
|
| /linux-6.15/include/linux/ |
| H A D | lsm_hook_defs.h | 326 LSM_HOOK(int, 0, socket_bind, struct socket *sock, struct sockaddr *address,
|
| /linux-6.15/security/apparmor/ |
| H A D | lsm.c | 1475 LSM_HOOK_INIT(socket_bind, apparmor_socket_bind),
|
| /linux-6.15/security/ |
| H A D | security.c | 4612 return call_int_hook(socket_bind, sock, address, addrlen); in security_socket_bind()
|
| /linux-6.15/security/smack/ |
| H A D | smack_lsm.c | 5155 LSM_HOOK_INIT(socket_bind, smack_socket_bind),
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 7366 LSM_HOOK_INIT(socket_bind, selinux_socket_bind),
|