Home
last modified time | relevance | path

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

/external/iproute2/lib/
Dbpf.c1564 int fd, ret, map_inner_fd = 0; in bpf_map_attach() local
1593 map_inner_fd = bpf_find_map_id(ctx, map->inner_id); in bpf_map_attach()
1594 if (map_inner_fd < 0) { in bpf_map_attach()
1603 map->max_elem, map->flags, map_inner_fd); in bpf_map_attach()
1605 bpf_map_report(fd, name, map, ctx, map_inner_fd); in bpf_map_attach()