/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_attach_autodetach.c | 9 static char bpf_log_buf[BPF_LOG_BUF_SIZE]; 21 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
|
H A D | cgroup_attach_override.c | 11 static char bpf_log_buf[BPF_LOG_BUF_SIZE]; 23 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
|
H A D | cgroup_attach_multi.c | 9 static char bpf_log_buf[BPF_LOG_BUF_SIZE]; 71 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load_cnt()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sock_example.c | 33 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 64 "GPL", 0, bpf_log_buf, BPF_LOG_BUF_SIZE); in test_sock()
|
H A D | test_cgrp2_attach.c | 40 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 76 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
|
H A D | fds_example.c | 33 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 72 bpf_log_buf, BPF_LOG_BUF_SIZE); in bpf_prog_create()
|
H A D | bpf_load.h | 31 extern char bpf_log_buf[BPF_LOG_BUF_SIZE];
|
H A D | test_cgrp2_sock.c | 28 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 119 "GPL", 0, bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
|
H A D | bpf_load.c | 35 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 132 bpf_log_buf, BPF_LOG_BUF_SIZE); in load_and_attach()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_attach_autodetach.c | 9 static char bpf_log_buf[BPF_LOG_BUF_SIZE]; 21 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
|
H A D | cgroup_attach_override.c | 11 static char bpf_log_buf[BPF_LOG_BUF_SIZE]; 23 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
|
H A D | cgroup_attach_multi.c | 9 static char bpf_log_buf[BPF_LOG_BUF_SIZE]; 71 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load_cnt()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_cgroup_storage.c | 12 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 71 bpf_log_buf, BPF_LOG_BUF_SIZE); in main()
|
H A D | test_sock.c | 23 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 342 ret = bpf_load_program_xattr(&attr, bpf_log_buf, BPF_LOG_BUF_SIZE); in load_sock_prog()
|
H A D | test_sock_addr.c | 58 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 654 ret = bpf_load_program_xattr(&load_attr, bpf_log_buf, BPF_LOG_BUF_SIZE); in load_insns()
|
H A D | test_sysctl.c | 25 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 1468 ret = bpf_load_program_xattr(&attr, bpf_log_buf, BPF_LOG_BUF_SIZE); in load_sysctl_prog_insns()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sock_example.c | 34 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 65 .log_size = BPF_LOG_BUF_SIZE, in test_sock()
|
H A D | test_cgrp2_attach.c | 41 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 77 .log_size = BPF_LOG_BUF_SIZE, in prog_load()
|
H A D | fds_example.c | 34 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 69 .log_size = BPF_LOG_BUF_SIZE, in bpf_prog_create()
|
H A D | test_cgrp2_sock.c | 28 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 75 .log_size = BPF_LOG_BUF_SIZE, in prog_load()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_cgroup_storage.c | 13 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 75 bpf_log_buf, BPF_LOG_BUF_SIZE); in main()
|
H A D | test_sock.c | 22 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 397 opts.log_size = BPF_LOG_BUF_SIZE; in load_sock_prog()
|
H A D | test_sock_addr.c | 61 char bpf_log_buf[BPF_LOG_BUF_SIZE]; 652 opts.log_size = BPF_LOG_BUF_SIZE; in load_insns()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.h | 104 #define BPF_LOG_BUF_SIZE (UINT32_MAX >> 8) /* verifier maximum in kernels <= 5.1 */ macro
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf.h | 118 #define BPF_LOG_BUF_SIZE (UINT32_MAX >> 8) /* verifier maximum in kernels <= 5.1 */ macro
|