Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c53 int srv_fd = -1, client_fd = -1, srv_client_fd = -1; in test_bpf_nf_ct() local
85 srv_client_fd = accept(srv_fd, (struct sockaddr *)&peer_addr, &len); in test_bpf_nf_ct()
86 if (!ASSERT_GE(srv_client_fd, 0, "accept")) in test_bpf_nf_ct()
128 if (srv_client_fd != -1) in test_bpf_nf_ct()
129 close(srv_client_fd); in test_bpf_nf_ct()