Lines Matching refs:map_fd_rx
485 int map_fd_msg = 0, map_fd_rx = 0, map_fd_tx = 0, map_fd_break; in test_sockmap() local
671 map_fd_rx = bpf_map__fd(bpf_map_rx); in test_sockmap()
672 if (map_fd_rx < 0) { in test_sockmap()
720 err = bpf_prog_attach(parse_prog, map_fd_rx, in test_sockmap()
727 err = bpf_prog_attach(verdict_prog, map_fd_rx, in test_sockmap()
740 err = bpf_prog_attach(verdict_prog, map_fd_rx, in test_sockmap()
749 err = bpf_map_update_elem(map_fd_rx, &i, &sfd[i], BPF_ANY); in test_sockmap()
765 err = bpf_map_delete_elem(map_fd_rx, &i); in test_sockmap()
901 bpf_map_delete_elem(map_fd_rx, &i); in test_sockmap()
904 bpf_map_update_elem(map_fd_rx, &i, in test_sockmap()
921 err = bpf_prog_detach(map_fd_rx, __MAX_BPF_ATTACH_TYPE); in test_sockmap()
927 err = bpf_prog_detach(map_fd_rx, BPF_SK_SKB_STREAM_PARSER); in test_sockmap()
933 err = bpf_prog_detach(map_fd_rx, BPF_SK_SKB_STREAM_VERDICT); in test_sockmap()
942 bpf_map_delete_elem(map_fd_rx, &i); in test_sockmap()
946 close(map_fd_rx); in test_sockmap()
958 if (map_fd_rx) in test_sockmap()
959 bpf_map_delete_elem(map_fd_rx, &i); in test_sockmap()