Searched refs:bpf_map_rx (Results 1 – 1 of 1) sorted by relevance
660 struct bpf_map *bpf_map_rx, *bpf_map_tx, *bpf_map_msg, *bpf_map_break; in test_sockmap() local847 bpf_map_rx = bpf_object__find_map_by_name(verdict_obj, "sock_map_rx"); in test_sockmap()848 if (!bpf_map_rx) { in test_sockmap()853 map_fd_rx = bpf_map__fd(bpf_map_rx); in test_sockmap()