Home
last modified time | relevance | path

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

/samples/bpf/
Dxdp_router_ipv4_user.c37 static int tx_port_map_fd; variable
200 assert(bpf_map_update_elem(tx_port_map_fd, in read_route()
686 tx_port_map_fd = bpf_object__find_map_fd_by_name(obj, "tx_port"); in main()
688 exact_match_map_fd < 0 || tx_port_map_fd < 0) { in main()