Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dcapability.h51 #ifndef CAP_BPF
52 # define CAP_BPF 39 macro
/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_prog06.c140 TST_CAP(TST_CAP_DROP, CAP_BPF),
Dbpf_prog07.c148 TST_CAP(TST_CAP_DROP, CAP_BPF),
Dbpf_prog05.c199 TST_CAP(TST_CAP_DROP, CAP_BPF),
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs201 const CAP_BPF: u32 = 39; constant
377 BerkeleyPacketFilters = CAP_BPF,