Home
last modified time | relevance | path

Searched refs:BPF_LOG_BUF_SIZE (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_autodetach.c9 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
21 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
H A Dcgroup_attach_override.c11 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
23 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
H A Dcgroup_attach_multi.c9 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 Dsock_example.c33 char bpf_log_buf[BPF_LOG_BUF_SIZE];
64 "GPL", 0, bpf_log_buf, BPF_LOG_BUF_SIZE); in test_sock()
H A Dtest_cgrp2_attach.c40 char bpf_log_buf[BPF_LOG_BUF_SIZE];
76 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
H A Dfds_example.c33 char bpf_log_buf[BPF_LOG_BUF_SIZE];
72 bpf_log_buf, BPF_LOG_BUF_SIZE); in bpf_prog_create()
H A Dbpf_load.h31 extern char bpf_log_buf[BPF_LOG_BUF_SIZE];
H A Dtest_cgrp2_sock.c28 char bpf_log_buf[BPF_LOG_BUF_SIZE];
119 "GPL", 0, bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
H A Dbpf_load.c35 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 Dcgroup_attach_autodetach.c9 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
21 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
H A Dcgroup_attach_override.c11 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
23 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
H A Dcgroup_attach_multi.c9 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 Dtest_cgroup_storage.c12 char bpf_log_buf[BPF_LOG_BUF_SIZE];
71 bpf_log_buf, BPF_LOG_BUF_SIZE); in main()
H A Dtest_sock.c23 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 Dtest_sock_addr.c58 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 Dtest_sysctl.c25 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 Dsock_example.c34 char bpf_log_buf[BPF_LOG_BUF_SIZE];
65 .log_size = BPF_LOG_BUF_SIZE, in test_sock()
H A Dtest_cgrp2_attach.c41 char bpf_log_buf[BPF_LOG_BUF_SIZE];
77 .log_size = BPF_LOG_BUF_SIZE, in prog_load()
H A Dfds_example.c34 char bpf_log_buf[BPF_LOG_BUF_SIZE];
69 .log_size = BPF_LOG_BUF_SIZE, in bpf_prog_create()
H A Dtest_cgrp2_sock.c28 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 Dtest_cgroup_storage.c13 char bpf_log_buf[BPF_LOG_BUF_SIZE];
75 bpf_log_buf, BPF_LOG_BUF_SIZE); in main()
H A Dtest_sock.c22 char bpf_log_buf[BPF_LOG_BUF_SIZE];
397 opts.log_size = BPF_LOG_BUF_SIZE; in load_sock_prog()
H A Dtest_sock_addr.c61 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 Dbpf.h104 #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 Dbpf.h118 #define BPF_LOG_BUF_SIZE (UINT32_MAX >> 8) /* verifier maximum in kernels <= 5.1 */ macro

Completed in 14 milliseconds

12