Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c70 int listen_fd, client_fd, accepted_fd; in test_lsm_cgroup_functional() local
224 accepted_fd = accept(listen_fd, NULL, NULL); in test_lsm_cgroup_functional()
225 ASSERT_GE(accepted_fd, 0, "accept"); in test_lsm_cgroup_functional()
229 ASSERT_GE(getsockopt(accepted_fd, SOL_SOCKET, SO_PRIORITY, &prio, &socklen), 0, in test_lsm_cgroup_functional()
271 close(accepted_fd); in test_lsm_cgroup_functional()