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

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

Completed in 268 milliseconds