Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtask_ls_recursion.c41 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
46 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
61 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
66 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dlocal_storage.c85 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
116 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
143 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
168 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
176 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dtask_local_storage.c35 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
56 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dbprm_opts.c28 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dtask_local_storage_exit_creds.c26 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
/Linux-v5.15/kernel/bpf/
Dbpf_inode_storage.c175 if (flags & ~(BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_4()
193 if (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) { in BPF_CALL_4()
Dbpf_task_storage.c232 if (flags & ~(BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_4()
247 (flags & BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_4()
/Linux-v5.15/tools/bpf/runqslower/
Drunqslower.bpf.c37 BPF_LOCAL_STORAGE_GET_F_CREATE); in trace_enqueue()
/Linux-v5.15/include/uapi/linux/
Dbpf.h5170 BPF_LOCAL_STORAGE_GET_F_CREATE = (1ULL << 0), enumerator
5174 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE,
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h5170 BPF_LOCAL_STORAGE_GET_F_CREATE = (1ULL << 0), enumerator
5174 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE,