Searched refs:map_ifindex (Results 1 – 10 of 10) sorted by relevance
296 attr.map_ifindex = ifindex; in bpf_probe_map_type()
48 __u32 map_ifindex; member
399 attr.map_ifindex = map_attr->map_ifindex; in bpf_gen__map_create()
99 attr.map_ifindex = create_attr->map_ifindex; in bpf_create_map_xattr()
361 int map_ifindex; member4567 create_attr.map_ifindex = map->map_ifindex; in bpf_object__create_map()8652 return map->map_ifindex; in bpf_map__ifindex()8659 map->map_ifindex = ifindex; in bpf_map__set_ifindex()8828 map->map_ifindex = attr->ifindex; in bpf_prog_load_xattr()
1300 if (attr.map_ifindex) { in do_create()1305 attr.map_ifindex = if_nametoindex(*argv); in do_create()1306 if (!attr.map_ifindex) { in do_create()
383 offmap->netdev = __dev_get_by_index(net, attr->map_ifindex); in bpf_map_offload_map_alloc()
125 if (attr->map_ifindex) in find_and_alloc_map()
1269 __u32 map_ifindex; /* ifindex of netdev to create on */ member