exact_match_map_fd   36 samples/bpf/xdp_router_ipv4_user.c static int exact_match_map_fd;
exact_match_map_fd  222 samples/bpf/xdp_router_ipv4_user.c 					assert(bpf_map_delete_elem(exact_match_map_fd,
exact_match_map_fd  229 samples/bpf/xdp_router_ipv4_user.c 					assert(bpf_map_update_elem(exact_match_map_fd,
exact_match_map_fd  420 samples/bpf/xdp_router_ipv4_user.c 			if (bpf_map_lookup_elem(exact_match_map_fd,
exact_match_map_fd  430 samples/bpf/xdp_router_ipv4_user.c 				assert(bpf_map_update_elem(exact_match_map_fd,
exact_match_map_fd  687 samples/bpf/xdp_router_ipv4_user.c 	exact_match_map_fd = bpf_object__find_map_fd_by_name(obj,
exact_match_map_fd  691 samples/bpf/xdp_router_ipv4_user.c 	    exact_match_map_fd < 0 || tx_port_map_fd < 0) {