Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_redirect_cpu_user.c40 static int rx_cnt_map_fd; variable
459 fd = rx_cnt_map_fd; in stats_collect()
594 rx_cnt_map_fd = bpf_object__find_map_fd_by_name(obj, "rx_cnt"); in init_map_fds()
609 if (cpu_map_fd < 0 || rx_cnt_map_fd < 0 || in init_map_fds()