Searched refs:BPF_PROG_LOAD (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
H A D | bpf_prog06.c | 86 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in load_prog()
|
H A D | bpf_prog04.c | 64 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in load_prog()
|
H A D | bpf_prog05.c | 85 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in ensure_ptr_arithmetic()
|
H A D | bpf_prog03.c | 90 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in load_prog()
|
H A D | bpf_prog07.c | 94 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in load_prog()
|
H A D | bpf_common.c | 110 const int ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in bpf_load_prog()
|
/third_party/libbpf/src/ |
H A D | skel_internal.h | 341 err = prog_fd = skel_sys_bpf(BPF_PROG_LOAD, &attr, prog_load_attr_sz); in bpf_load_and_run()
|
H A D | bpf.c | 92 fd = sys_bpf_fd(BPF_PROG_LOAD, attr, size); in sys_bpf_prog_load() 124 prog_fd = sys_bpf_fd(BPF_PROG_LOAD, &attr, attr_sz); in probe_memcg_account()
|
H A D | gen_loader.c | 1018 emit_sys_bpf(gen, BPF_PROG_LOAD, prog_load_attr, attr_size); in bpf_gen__prog_load()
|
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 88 BPF_PROG_LOAD, enumerator 212 struct { /* anonymous struct used by BPF_PROG_LOAD command */
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 228 * BPF_PROG_LOAD 234 * **BPF_PROG_LOAD** will unload the eBPF program (but see NOTES). 508 * subcommands such as **BPF_PROG_LOAD** or **BPF_MAP_CREATE** to 511 * Similar to **BPF_PROG_LOAD**, **BPF_BTF_LOAD** has optional 872 BPF_PROG_LOAD, enumerator 1143 /* If BPF_F_STRICT_ALIGNMENT is used in BPF_PROG_LOAD command, the 1150 /* If BPF_F_ANY_ALIGNMENT is used in BPF_PROG_LOAD command, the 1164 /* BPF_F_TEST_RND_HI32 is used in BPF_PROG_LOAD command for testing purpose. 1185 /* If BPF_F_SLEEPABLE is used in BPF_PROG_LOAD command, the verifier will 1193 /* If BPF_F_XDP_HAS_FRAGS is used in BPF_PROG_LOAD comman [all...] |
Completed in 13 milliseconds