Searched refs:__type (Results 51 - 75 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_sockmap.c14 __type(key, __u32);
15 __type(value, __u64);
21 __type(key, __u32);
22 __type(value, __u64);
28 __type(key, __u32);
29 __type(value, __u64);
H A Dlinked_maps2.c14 __type(key, key_type);
15 __type(value, value_type);
21 __type(key, int);
22 __type(value, int);
29 __type(key, int);
30 __type(value, int);
H A Dlinked_maps1.c13 __type(key, struct my_key);
14 __type(value, struct my_value);
23 __type(key, int);
24 __type(value, int);
35 __type(key, int);
36 __type(value, int);
H A Dnetns_cookie_prog.c12 __type(key, int);
13 __type(value, int);
19 __type(key, int);
20 __type(value, int);
26 __type(key, __u32);
27 __type(value, __u64);
H A Dstacktrace_map_skip.c13 __type(key, __u32);
14 __type(value, stack_trace_t);
20 __type(key, __u32);
21 __type(value, __u32);
27 __type(key, __u32);
28 __type(value, stack_trace_t);
H A Dtest_map_lookup_percpu_elem.c16 __type(key, __u32);
17 __type(value, __u64);
23 __type(key, __u64);
24 __type(value, __u64);
30 __type(key, __u64);
31 __type(value, __u64);
H A Dtest_sockmap_listen.c13 __type(key, __u32);
14 __type(value, __u64);
20 __type(key, __u32);
21 __type(value, __u64);
27 __type(key, __u32);
28 __type(value, __u64);
34 __type(key, int);
35 __type(value, unsigned int);
41 __type(key, int);
42 __type(valu
[all...]
H A Dlsm.c17 __type(key, __u32);
18 __type(value, __u64);
24 __type(key, __u32);
25 __type(value, __u64);
31 __type(key, __u32);
32 __type(value, __u64);
38 __type(key, __u32);
39 __type(value, __u64);
45 __type(key, __u32);
46 __type(valu
[all...]
H A Dmap_ptr_kern.c102 __type(key, __u32);
103 __type(value, __u32);
143 __type(key, __u32);
144 __type(value, __u32);
175 __type(key, __u32);
176 __type(value, __u32);
192 __type(key, __u32);
193 __type(value, __u32);
209 __type(key, __u32);
210 __type(valu
[all...]
H A Dbloom_filter_map.c14 __type(key, __u32);
15 __type(value, __u32);
21 __type(value, __u32);
28 __type(key, int);
29 __type(value, int);
H A Dbpf_iter_bpf_hash_map.c17 __type(key, struct key_t);
18 __type(value, __u64);
24 __type(key, __u64);
25 __type(value, __u64);
31 __type(key, struct key_t);
32 __type(value, __u32);
H A Dsockopt_inherit.c21 __type(key, int);
22 __type(value, struct sockopt_inherit);
28 __type(key, int);
29 __type(value, struct sockopt_inherit);
35 __type(key, int);
36 __type(value, struct sockopt_inherit);
H A Dtest_skb_helpers.c11 __type(key, u32);
12 __type(value, u32);
H A Dfreplace_cls_redirect.c12 __type(key, int);
13 __type(value, int);
H A Dtest_btf_newkv.c15 __type(key, int);
16 __type(value, struct ipv_counts);
H A Dtask_local_storage_exit_creds.c13 __type(key, int);
14 __type(value, __u64);
H A Djeq_infer_not_null_fail.c12 __type(key, u64);
13 __type(value, u64);
H A Drcu_tasks_trace_gp.c9 __type(key, int);
10 __type(value, int);
H A Dfreplace_attach_probe.c19 __type(key, __u32);
20 __type(value, struct hmap_elem);
H A Dverifier_map_ptr_mixing.c18 __type(key, int);
19 __type(value, struct test_val);
25 __type(key, long long);
26 __type(value, struct test_val);
32 __type(key, int);
33 __type(value, int);
37 __type(key, int);
38 __type(value, int);
H A Dverifier_prevent_map_lookup.c11 __type(key, __u32);
12 __type(value, __u64);
H A Dverifier_value_adj_spill.c18 __type(key, long long);
19 __type(value, struct test_val);
H A Dnested_trust_success.c16 __type(key, int);
17 __type(value, u64);
H A Dtest_xdp_attach_fail.c15 __type(key, int);
16 __type(value, int);
H A Dfor_each_array_map_elem.c11 __type(key, __u32);
12 __type(value, __u64);
18 __type(key, __u32);
19 __type(value, __u64);

Completed in 371 milliseconds

1234567891011>>