Searched refs:map_fd_tx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 652 int map_fd_msg = 0, map_fd_rx = 0, map_fd_tx = 0, map_fd_break; in test_sockmap() local 855 map_fd_tx = bpf_map__fd(bpf_map_tx); in test_sockmap() 856 if (map_fd_tx < 0) { in test_sockmap() 927 err = bpf_map_update_elem(map_fd_tx, &i, &sfd[i], BPF_ANY); in test_sockmap() 929 printf("Failed map_fd_tx update sockmap %i '%i:%i'\n", in test_sockmap() 943 err = bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1072 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1074 bpf_map_update_elem(map_fd_tx, &i, in test_sockmap() 1113 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1128 if (map_fd_tx) in test_sockmap() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 661 int map_fd_msg = 0, map_fd_rx = 0, map_fd_tx = 0, map_fd_break; in test_sockmap() local 865 map_fd_tx = bpf_map__fd(bpf_map_tx); in test_sockmap() 866 if (map_fd_tx < 0) { in test_sockmap() 937 err = bpf_map_update_elem(map_fd_tx, &i, &sfd[i], BPF_ANY); in test_sockmap() 939 printf("Failed map_fd_tx update sockmap %i '%i:%i'\n", in test_sockmap() 953 err = bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1082 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1084 bpf_map_update_elem(map_fd_tx, &i, in test_sockmap() 1123 bpf_map_delete_elem(map_fd_tx, &i); in test_sockmap() 1140 if (map_fd_tx) in test_sockmap() [all...] |
Completed in 5 milliseconds