Home
last modified time | relevance | path

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

/linux-6.15/tools/bpf/bpftool/
H A Dfeature.c1070 } bpf_caps[] = { in handle_perms() local
1078 cap_value_t cap_list[ARRAY_SIZE(bpf_caps)]; in handle_perms()
1097 for (i = 0; i < ARRAY_SIZE(bpf_caps); i++) { in handle_perms()
1098 const char *cap_name = bpf_caps[i].name; in handle_perms()
1099 cap_value_t cap = bpf_caps[i].cap; in handle_perms()
1108 bpf_caps[i].set = true; in handle_perms()
1131 bpf_caps[0].name); in handle_perms()
1134 capability_msg(bpf_caps, 0), in handle_perms()
1136 capability_msg(bpf_caps, 1), in handle_perms()
1137 capability_msg(bpf_caps, 2), in handle_perms()
[all …]