Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dlibbpf.map10 bpf_map__set_ifindex;
Dlibbpf.h809 LIBBPF_API int bpf_map__set_ifindex(struct bpf_map *map, __u32 ifindex);
Dlibbpf.c9286 int bpf_map__set_ifindex(struct bpf_map *map, __u32 ifindex) in bpf_map__set_ifindex() function
/Linux-v6.1/tools/bpf/bpftool/
Dprog.c1654 bpf_map__set_ifindex(map, ifindex); in load_with_options()