Searched refs:autoattach (Results 1 – 4 of 4) sorted by relevance
34 …E* } *MAP*] [{ **offload_dev** | **xdpmeta_dev** } *NAME*] [**pinmaps** *MAP_DIR*] [**autoattach**]130 …IDX* | name *NAME* } *MAP*] [{ offload_dev | xdpmeta_dev } *NAME*] [pinmaps *MAP_DIR*] [autoattach]147 If **autoattach** is specified program will be attached before pin. In that153 program does not support autoattach, bpftool falls back to regular pinning
343 LIBBPF_API void bpf_program__set_autoattach(struct bpf_program *prog, bool autoattach);996 LIBBPF_API int bpf_map__set_autoattach(struct bpf_map *map, bool autoattach);
476 bool autoattach; member573 bool autoattach; member831 prog->autoattach = true; in bpf_object__init_prog()1405 map->autoattach = true; in init_struct_ops_maps()4823 int bpf_map__set_autoattach(struct bpf_map *map, bool autoattach) in bpf_map__set_autoattach() argument4828 map->autoattach = autoattach; in bpf_map__set_autoattach()4834 return map->autoattach; in bpf_map__autoattach()9184 return prog->autoattach; in bpf_program__autoattach()9187 void bpf_program__set_autoattach(struct bpf_program *prog, bool autoattach) in bpf_program__set_autoattach() argument9189 prog->autoattach = autoattach; in bpf_program__set_autoattach()[all …]
514 _bpftool_once_attr 'type pinmaps autoattach'