Home
last modified time | relevance | path

Searched refs:called_socket_bind (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlsm_cgroup.c34 int called_socket_bind; variable
133 called_socket_bind++; in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c235 ASSERT_EQ(skel->bss->called_socket_bind, 0, "called_bind"); in test_lsm_cgroup_functional()