Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.map10 bpf_map__set_ifindex;
H A Dlibbpf.h1070 LIBBPF_API int bpf_map__set_ifindex(struct bpf_map *map, __u32 ifindex);
H A Dlibbpf.c10459 int bpf_map__set_ifindex(struct bpf_map *map, __u32 ifindex) in bpf_map__set_ifindex() function
/linux-6.15/tools/bpf/bpftool/
H A Dprog.c1758 bpf_map__set_ifindex(map, offload_ifindex); in load_with_options()