Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_maps.c602 int map_fd_msg = 0, map_fd_rx = 0, map_fd_tx = 0, map_fd_break; in test_sockmap() local
800 map_fd_tx = bpf_map__fd(bpf_map_tx); in test_sockmap()
801 if (map_fd_tx < 0) { in test_sockmap()
872 err = bpf_map_update_elem(map_fd_tx, &i, &sfd[i], BPF_ANY); in test_sockmap()
888 err = bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap()
1017 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap()
1019 bpf_map_update_elem(map_fd_tx, &i, in test_sockmap()
1058 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap()
1073 if (map_fd_tx) in test_sockmap()
1074 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap()