Home
last modified time | relevance | path

Searched refs:exact_match_map_fd (Results 1 – 1 of 1) sorted by relevance

/samples/bpf/
Dxdp_router_ipv4_user.c36 static int exact_match_map_fd; variable
222 assert(bpf_map_delete_elem(exact_match_map_fd, in read_route()
229 assert(bpf_map_update_elem(exact_match_map_fd, in read_route()
420 if (bpf_map_lookup_elem(exact_match_map_fd, in read_arp()
430 assert(bpf_map_update_elem(exact_match_map_fd, in read_arp()
687 exact_match_map_fd = bpf_object__find_map_fd_by_name(obj, in main()
691 exact_match_map_fd < 0 || tx_port_map_fd < 0) { in main()