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
493 bool autoattach; member594 bool autoattach; member874 prog->autoattach = true; in bpf_object__init_prog()1460 map->autoattach = true; in init_struct_ops_maps()4965 int bpf_map__set_autoattach(struct bpf_map *map, bool autoattach) in bpf_map__set_autoattach() argument4970 map->autoattach = autoattach; in bpf_map__set_autoattach()4976 return map->autoattach; in bpf_map__autoattach()9629 return prog->autoattach; in bpf_program__autoattach()9632 void bpf_program__set_autoattach(struct bpf_program *prog, bool autoattach) in bpf_program__set_autoattach() argument9634 prog->autoattach = autoattach; in bpf_program__set_autoattach()[all …]