Searched refs:map_fd_tx (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_maps.c | 657 int map_fd_msg = 0, map_fd_rx = 0, map_fd_tx = 0, map_fd_break; in test_sockmap() local 861 map_fd_tx = bpf_map__fd(bpf_map_tx); in test_sockmap() 862 if (map_fd_tx < 0) { in test_sockmap() 933 err = bpf_map_update_elem(map_fd_tx, &i, &sfd[i], BPF_ANY); in test_sockmap() 949 err = bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1078 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1080 bpf_map_update_elem(map_fd_tx, &i, in test_sockmap() 1119 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1136 if (map_fd_tx) in test_sockmap() 1137 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap()
|