Home
last modified time | relevance | path

Searched refs:socket_bind (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dlsm_cgroup.c130 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() argument
H A Dlocal_storage.c138 int BPF_PROG(socket_bind, struct socket *sock, struct sockaddr *address, in BPF_PROG() argument
/linux-6.15/security/landlock/
H A Dnet.c214 LSM_HOOK_INIT(socket_bind, hook_socket_bind),
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c97 bind_prog_fd = bpf_program__fd(skel->progs.socket_bind); in test_lsm_cgroup_functional()
/linux-6.15/security/tomoyo/
H A Dtomoyo.c582 LSM_HOOK_INIT(socket_bind, tomoyo_socket_bind),
/linux-6.15/include/linux/
H A Dlsm_hook_defs.h326 LSM_HOOK(int, 0, socket_bind, struct socket *sock, struct sockaddr *address,
/linux-6.15/security/apparmor/
H A Dlsm.c1475 LSM_HOOK_INIT(socket_bind, apparmor_socket_bind),
/linux-6.15/security/
H A Dsecurity.c4612 return call_int_hook(socket_bind, sock, address, addrlen); in security_socket_bind()
/linux-6.15/security/smack/
H A Dsmack_lsm.c5155 LSM_HOOK_INIT(socket_bind, smack_socket_bind),
/linux-6.15/security/selinux/
H A Dhooks.c7366 LSM_HOOK_INIT(socket_bind, selinux_socket_bind),