Home
last modified time | relevance | path

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

/linux-6.12.1/samples/bpf/
Dxdp_tx_iptunnel_user.c26 static int rxcnt_map_fd; variable
67 assert(bpf_map_lookup_elem(rxcnt_map_fd, &proto, in poll_stats()
274 rxcnt_map_fd = bpf_object__find_map_fd_by_name(obj, "rxcnt"); in main()
276 if (vip2tnl_map_fd < 0 || rxcnt_map_fd < 0) { in main()