Searched refs:autoattach (Results 1 – 3 of 3) sorted by relevance
34 …**offload_dev** | **xdpmeta_dev** } *NAME*] [**pinmaps** *MAP_DIR*] [**autoattach**] [**kernel_btf…131 …* } *MAP*] [{ offload_dev | xdpmeta_dev } *NAME*] [pinmaps *MAP_DIR*] [autoattach] [kernel_btf *BT…148 If **autoattach** is specified program will be attached before pin. In that154 program does not support autoattach, bpftool falls back to regular pinning
377 "$BPFTOOL_PATH" prog loadall "$BPF_FILE_PATH" "$BPF_DIR" autoattach
492 bool autoattach; member593 bool autoattach; member872 prog->autoattach = true; in bpf_object__init_prog()1458 map->autoattach = true; in init_struct_ops_maps()4962 int bpf_map__set_autoattach(struct bpf_map *map, bool autoattach) in bpf_map__set_autoattach() argument4967 map->autoattach = autoattach; in bpf_map__set_autoattach()4973 return map->autoattach; in bpf_map__autoattach()9613 return prog->autoattach; in bpf_program__autoattach()9616 void bpf_program__set_autoattach(struct bpf_program *prog, bool autoattach) in bpf_program__set_autoattach() argument9618 prog->autoattach = autoattach; in bpf_program__set_autoattach()[all …]