Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 25 of 32) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
Dtest_stacktrace_build_id.c14 __type(key, __u32);
15 __type(value, __u32);
21 __type(key, __u32);
22 __type(value, __u32);
38 __type(key, __u32);
39 __type(value, stack_trace_t);
Dtest_stacktrace_map.c14 __type(key, __u32);
15 __type(value, __u32);
21 __type(key, __u32);
22 __type(value, __u32);
37 __type(key, __u32);
38 __type(value, stack_trace_t);
Dget_cgroup_id_kern.c10 __type(key, __u32);
11 __type(value, __u64);
17 __type(key, __u32);
18 __type(value, __u32);
Dsockopt_inherit.c20 __type(key, int);
21 __type(value, struct sockopt_inherit);
27 __type(key, int);
28 __type(value, struct sockopt_inherit);
34 __type(key, int);
35 __type(value, struct sockopt_inherit);
Dtest_send_signal_kern.c10 __type(key, __u32);
11 __type(value, __u64);
17 __type(key, __u32);
18 __type(value, __u64);
Dtest_spin_lock.c16 __type(key, int);
17 __type(value, struct hmap_elem);
27 __type(key, struct bpf_cgroup_storage_key);
28 __type(value, struct cls_elem);
42 __type(key, int);
43 __type(value, struct bpf_vqueue);
Dtest_map_lock.c17 __type(key, __u32);
18 __type(value, struct hmap_elem);
29 __type(key, int);
30 __type(value, struct array_elem);
Dtest_select_reuseport_kern.c34 __type(key, __u32);
35 __type(value, __u32);
41 __type(key, __u32);
42 __type(value, int);
48 __type(key, __u32);
49 __type(value, __u32);
55 __type(key, __u32);
56 __type(value, struct data_check);
Dtest_sock_fields_kern.c33 __type(key, __u32);
34 __type(value, struct sockaddr_in6);
40 __type(key, __u32);
41 __type(value, struct bpf_sock);
47 __type(key, __u32);
48 __type(value, struct bpf_tcp_sock);
54 __type(key, __u32);
55 __type(value, __u32);
66 __type(key, int);
67 __type(value, struct bpf_spinlock_cnt);
[all …]
Dtest_global_data.c13 __type(key, __u32);
14 __type(value, __u64);
20 __type(key, __u32);
33 __type(key, __u32);
34 __type(value, struct foo);
Dnetcnt_prog.c15 __type(key, struct bpf_cgroup_storage_key);
16 __type(value, struct percpu_net_cnt);
21 __type(key, struct bpf_cgroup_storage_key);
22 __type(value, struct net_cnt);
Dtest_get_stack_rawtp.c28 __type(key, __u32);
29 __type(value, struct stack_trace_t);
53 __type(key, __u32);
54 __type(value, __u64[2 * MAX_STACK_RAWTP]);
Dpyperf.h116 __type(key, int);
117 __type(value, PidData);
123 __type(key, int);
124 __type(value, Event);
130 __type(key, Symbol);
131 __type(value, int);
137 __type(key, int);
138 __type(value, Stats);
Dtest_obj_id.c19 __type(key, __u32);
20 __type(value, __u64);
Dtest_attach_probe.c11 __type(key, int);
12 __type(value, int);
Dtest_tcpbpf_kern.c20 __type(key, __u32);
21 __type(value, struct tcpbpf_globals);
27 __type(key, __u32);
28 __type(value, int);
Dtest_btf_newkv.c26 __type(key, int);
27 __type(value, struct ipv_counts);
Dsocket_cookie_prog.c18 __type(key, int);
19 __type(value, struct socket_cookie);
Dtest_l4lb.c175 __type(key, struct vip);
176 __type(value, struct vip_meta);
182 __type(key, __u32);
183 __type(value, __u32);
189 __type(key, __u32);
190 __type(value, struct real_definition);
196 __type(key, __u32);
197 __type(value, struct vip_stats);
203 __type(key, __u32);
204 __type(value, struct ctl_value);
Dtest_l4lb_noinline.c171 __type(key, struct vip);
172 __type(value, struct vip_meta);
178 __type(key, __u32);
179 __type(value, __u32);
185 __type(key, __u32);
186 __type(value, struct real_definition);
192 __type(key, __u32);
193 __type(value, struct vip_stats);
199 __type(key, __u32);
200 __type(value, struct ctl_value);
Dsockmap_verdict_prog.c31 __type(key, int);
32 __type(value, int);
Dtest_tcpnotify_kern.c20 __type(key, __u32);
21 __type(value, struct tcpnotify_globals);
Dtest_xdp.c28 __type(key, __u32);
29 __type(value, __u64);
35 __type(key, struct vip);
36 __type(value, struct iptnl_info);
Dtest_xdp_loop.c24 __type(key, __u32);
25 __type(value, __u64);
31 __type(key, struct vip);
32 __type(value, struct iptnl_info);
/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h55 __type(key, int);
56 __type(value, int);
62 __type(key, int);
63 __type(value, int);
69 __type(key, int);
70 __type(value, int);
76 __type(key, int);
77 __type(value, int);
83 __type(key, int);
84 __type(value, int);

12