Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dprog.c1441 void *new_map_replace; in load_with_options() local
1475 new_map_replace = reallocarray(map_replace, in load_with_options()
1478 if (!new_map_replace) { in load_with_options()
1482 map_replace = new_map_replace; in load_with_options()

Completed in 5 milliseconds