Searched refs:__type (Results 76 - 100 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_helper_restricted.c17 __type(key, __u32);
18 __type(value, struct timer);
24 __type(key, __u32);
25 __type(value, struct lock);
H A Dbpf_iter_bpf_array_map.c18 __type(key, __u32);
19 __type(value, __u64);
25 __type(key, __u64);
26 __type(value, __u32);
H A Dbench_local_storage_create.c21 __type(key, int);
22 __type(value, struct storage);
28 __type(key, int);
29 __type(value, struct storage);
H A Dnetcnt_prog.c15 __type(key, struct bpf_cgroup_storage_key);
16 __type(value, union percpu_net_cnt);
21 __type(key, struct bpf_cgroup_storage_key);
22 __type(value, union net_cnt);
H A Dtest_map_lock.c17 __type(key, __u32);
18 __type(value, struct hmap_elem);
29 __type(key, int);
30 __type(value, struct array_elem);
H A Dtest_log_fixup.c41 __type(key, int);
42 __type(value, int);
48 __type(key, int);
49 __type(value, int);
H A Dverifier_map_ptr.c18 __type(key, int);
19 __type(value, struct test_val);
30 __type(key, long long);
31 __type(value, struct other_val);
H A Dlinked_list.h30 __type(key, int);
31 __type(value, struct map_value);
41 __type(key, int);
42 __type(value, int);
H A Daccess_map_in_map.c18 __type(key, int);
19 __type(value, int);
30 __type(key, int);
31 __type(value, int);
H A Dtask_ls_recursion.c19 __type(key, int);
20 __type(value, long);
26 __type(key, int);
27 __type(value, long);
H A Dtest_select_reuseport_kern.c25 __type(key, __u32);
26 __type(value, __u32);
32 __type(key, __u32);
33 __type(value, __u32);
39 __type(key, __u32);
40 __type(value, int);
46 __type(key, __u32);
47 __type(value, __u32);
53 __type(key, __u32);
54 __type(valu
[all...]
H A Dlocal_storage.c29 __type(key, int);
30 __type(value, struct local_storage);
36 __type(key, int);
37 __type(value, struct local_storage);
43 __type(key, int);
44 __type(value, struct local_storage);
50 __type(key, int);
51 __type(value, struct local_storage);
57 __type(key, int);
58 __type(valu
[all...]
H A Dtest_map_ops.c12 __type(key, int);
13 __type(value, int);
19 __type(value, int);
25 __type(key, int);
26 __type(value, int);
H A Dmap_kptr.c14 __type(key, int);
15 __type(value, struct map_value);
21 __type(key, int);
22 __type(value, struct map_value);
28 __type(key, int);
29 __type(value, struct map_value);
35 __type(key, int);
36 __type(value, struct map_value);
42 __type(key, int);
43 __type(valu
[all...]
H A Dload_bytes_relative.c16 __type(key, __u32);
17 __type(value, __u32);
H A Dbpf_iter_bpf_percpu_array_map.c18 __type(key, __u32);
19 __type(value, __u32);
H A Dbpf_iter_bpf_sk_storage_helpers.c12 __type(key, int);
13 __type(value, int);
H A Dtask_local_storage.c13 __type(key, int);
14 __type(value, long);
H A Dcg_storage_multi_isolated.c17 __type(key, struct bpf_cgroup_storage_key);
18 __type(value, struct cgroup_value);
H A Dcg_storage_multi_shared.c17 __type(key, __u64);
18 __type(value, struct cgroup_value);
/linux-master/samples/bpf/
H A Dtracex6.bpf.c16 __type(key, int);
17 __type(value, u64);
23 __type(key, int);
24 __type(value, struct bpf_perf_event_value);
H A Dsyscall_tp_kern.c34 __type(key, u32);
35 __type(value, u32);
41 __type(key, u32);
42 __type(value, u32);
H A Dmap_perf_test.bpf.c19 __type(key, u32);
20 __type(value, long);
26 __type(key, u32);
27 __type(value, long);
33 __type(key, u32);
34 __type(value, long);
41 __type(key, u32);
42 __type(value, long);
67 __type(key, u32);
68 __type(valu
[all...]
H A Dsockex1_kern.c10 __type(key, u32);
11 __type(value, long);
H A Dsampleip_kern.c17 __type(key, u64);
18 __type(value, u32);

Completed in 181 milliseconds

1234567891011>>