Home
last modified time | relevance | path

Searched refs:test_int_hook (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_cookie.c128 int BPF_PROG(test_int_hook, struct vm_area_struct *vma, in BPF_PROG() argument
H A Dlsm.c89 int BPF_PROG(test_int_hook, struct vm_area_struct *vma, in BPF_PROG() argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c66 link = bpf_program__attach(skel->progs.test_int_hook); in test_lsm()
H A Dbpf_cookie.c556 prog_fd = bpf_program__fd(skel->progs.test_int_hook); in lsm_subtest()