Searched refs:bpf_map_msg (Results 1 – 1 of 1) sorted by relevance
601 struct bpf_map *bpf_map_rx, *bpf_map_tx, *bpf_map_msg, *bpf_map_break; in test_sockmap() local806 bpf_map_msg = bpf_object__find_map_by_name(obj, "sock_map_msg"); in test_sockmap()807 if (IS_ERR(bpf_map_msg)) { in test_sockmap()812 map_fd_msg = bpf_map__fd(bpf_map_msg); in test_sockmap()