Searched refs:accepted_fd (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | lsm_cgroup.c | 69 int listen_fd, client_fd, accepted_fd; in test_lsm_cgroup_functional() local 221 accepted_fd = accept(listen_fd, NULL, NULL); in test_lsm_cgroup_functional() 222 ASSERT_GE(accepted_fd, 0, "accept"); in test_lsm_cgroup_functional() 226 ASSERT_GE(getsockopt(accepted_fd, SOL_SOCKET, SO_PRIORITY, &prio, &socklen), 0, in test_lsm_cgroup_functional() 261 close(accepted_fd); in test_lsm_cgroup_functional()
|