| /tools/testing/selftests/bpf/progs/ |
| A D | test_sockmap_listen.c | 65 __u32 zero = 0; in prog_stream_verdict() local 84 __u32 zero = 0; in prog_skb_verdict() local 105 __u32 zero = 0; in prog_msg_verdict() local 125 __u32 zero = 0; in prog_reuseport() local
|
| A D | test_sockmap_kern.h | 112 int len, *f, ret, zero = 0; in bpf_prog2() local 236 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 266 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 313 int ret = 0, *bytes, zero = 0; in bpf_prog8() local 335 int ret = 0, *bytes, zero = 0; in bpf_prog9() local 352 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
|
| A D | profiler.inc.h | 355 int zero = 0; in get_var_kill_data() local 385 int zero = 0; in trace_var_sys_kill() local 555 int zero = 0; in BPF_KPROBE() local 614 int zero = 0; in raw_tracepoint__sched_process_exit() local 689 int zero = 0; in raw_tracepoint__sched_process_exec() local 781 int zero = 0; in kprobe_ret__do_filp_open() local 834 int zero = 0; in BPF_KPROBE() local 889 int zero = 0; in BPF_KPROBE() local 937 int zero = 0; in raw_tracepoint__sched_process_fork() local
|
| A D | test_tc_neigh.c | 89 __u8 zero[ETH_ALEN * 2]; in tc_dst() local 114 __u8 zero[ETH_ALEN * 2]; in tc_src() local
|
| A D | test_sk_assign.c | 105 const int zero = 0; in handle_udp() local 136 const int zero = 0; in handle_tcp() local
|
| A D | freplace_cls_redirect.c | 21 const int zero = 0; in freplace_cls_redirect_test() local
|
| A D | jit_probe_mem.c | 15 unsigned long zero = 0, sum; in test_jit_probe_mem() local
|
| A D | test_perf_buffer.c | 25 int zero = 0, *my_pid, cur_pid; in handle_sys_enter() local
|
| A D | arena_htab.c | 21 int zero = 0; variable
|
| A D | test_core_retro.c | 30 int zero = 0; in handle_sys_enter() local
|
| A D | test_mmap.c | 30 int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local
|
| A D | mmap_inner_array.c | 36 __u32 curr_pid, zero = 0; in add_to_list_in_inner_array() local
|
| A D | test_hash_large_key.c | 31 int zero = 0, value = 42; in bpf_hash_large_key_test() local
|
| A D | test_legacy_printk.c | 30 int zero = 0, *my_pid, cur_pid, *my_res; in handle_legacy() local
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sockmap_basic.c | 92 const int zero = 0; in test_sockmap_create_update_free() local 114 int map, c, p, err, zero = 0; in test_sockmap_vsock_delete_on_close() local 232 const __u32 zero = 0; in test_sockmap_update() local 491 int zero = 0; in test_sockmap_skb_verdict_shutdown() local 542 int expected, zero = 0, sent, recvd, avail; in test_sockmap_skb_verdict_fionread() local 605 int zero = 0; in test_sockmap_skb_verdict_change_tail() local 650 int err, c1, p1, zero = 0, sent, recvd, avail; in test_sockmap_skb_verdict_peek_helper() local 735 int err, map, stream = 0, dgram = 0, zero = 0; in test_sockmap_unconnected_unix() local 908 int i, err, map, zero = 0; in test_sockmap_same_sock() local 980 int zero = 0; in test_sockmap_skb_verdict_vsock_poll() local [all …]
|
| A D | sockmap_strp.c | 92 int i, j, zero = 0, one = 1, recvd; in test_sockmap_strp_dispatch_pkt() local 170 int i, zero = 0; in test_sockmap_strp_multiple_pkt() local 231 int zero = 0, recvd, off; in test_sockmap_strp_partial_read() local 291 int zero = 0, pkt_size = STRP_PKT_FULL_LEN, sent, recvd, avail; in test_sockmap_strp_pass() local 370 int zero = 0, one = 1, sent, recvd, off; in test_sockmap_strp_verdict() local
|
| A D | fd_htab_lookup.c | 26 unsigned int key = j, zero = 0, value; in htab_lookup_fn() local 71 unsigned int key = j, zero = 0; in htab_update_fn() local 105 unsigned int key = i, zero = 0; in setup_htab() local
|
| A D | bpf_obj_pinning.c | 42 int zero = 0, src_value, dst_value, err; in bpf_obj_pinning_detached() local 129 int zero = 0, dst_value, map_fd2, err; in validate_pin() local 189 int zero = 0, dst_value, map_fd2, err; in validate_get() local
|
| A D | core_retro.c | 9 int err, zero = 0, res, my_pid = getpid(); in test_core_retro() local
|
| A D | libbpf_get_fd_by_id_opts.c | 18 int ret, zero = 0, fd = -1; in test_libbpf_get_fd_by_id_opts() local
|
| A D | legacy_printk.c | 9 int err, zero = 0, my_pid = getpid(), res, map_fd; in execute_one_variant() local
|
| A D | global_data_init.c | 7 int err = -ENOMEM, map_fd, zero = 0; in test_global_data_init() local
|
| /tools/perf/util/bpf_skel/ |
| A D | bpf_prog_profiler.bpf.c | 37 __u32 zero = 0; in BPF_PROG() local 56 __u32 zero = 0; in fexit_update_maps() local
|
| A D | bperf_leader.bpf.c | 33 __u32 zero = 0; in BPF_PROG() local
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | qos_dscp_router.sh | 55 zero() function
|