Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfilter.h545 struct bpf_map *map_to_flush; member
/Linux-v4.19/net/core/
Dfilter.c3220 struct bpf_map *map = ri->map_to_flush; in xdp_do_flush_map()
3222 ri->map_to_flush = NULL; in xdp_do_flush_map()
3288 if (ri->map_to_flush && ri->map_to_flush != map) in xdp_do_redirect_map()
3295 ri->map_to_flush = map; in xdp_do_redirect_map()