Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dip_check_defrag.c172 int client_tx_fd = -1; in test_bpf_ip_check_defrag_ok() local
202 client_tx_fd = connect_to_fd_opts(srv_fd, &tx_ops); in test_bpf_ip_check_defrag_ok()
204 if (!ASSERT_GE(client_tx_fd, 0, "connect_to_fd_opts")) in test_bpf_ip_check_defrag_ok()
242 if (!ASSERT_OK(send_frags6(client_tx_fd), "send_frags6")) in test_bpf_ip_check_defrag_ok()
245 if (!ASSERT_OK(send_frags(client_tx_fd), "send_frags")) in test_bpf_ip_check_defrag_ok()
269 if (client_tx_fd != -1) in test_bpf_ip_check_defrag_ok()
270 close(client_tx_fd); in test_bpf_ip_check_defrag_ok()