Searched refs:cnt_map (Results 1 – 1 of 1) sorted by relevance
353 int cnt_map; in xdp_veth_broadcast_redirect() local380 cnt_map = bpf_map__fd(xdp_redirect_map->maps.rxcnt); in xdp_veth_broadcast_redirect()381 if (!ASSERT_OK_FD(cnt_map, "open rxcnt map")) in xdp_veth_broadcast_redirect()413 err = bpf_map_lookup_elem(cnt_map, &i, &cnt); in xdp_veth_broadcast_redirect()