Searched refs:__type (Results 1 – 25 of 32) sorted by relevance
12
/tools/testing/selftests/bpf/progs/ |
D | test_stacktrace_build_id.c | 14 __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);
|
D | test_stacktrace_map.c | 14 __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);
|
D | get_cgroup_id_kern.c | 10 __type(key, __u32); 11 __type(value, __u64); 17 __type(key, __u32); 18 __type(value, __u32);
|
D | sockopt_inherit.c | 20 __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);
|
D | test_send_signal_kern.c | 10 __type(key, __u32); 11 __type(value, __u64); 17 __type(key, __u32); 18 __type(value, __u64);
|
D | test_spin_lock.c | 16 __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);
|
D | test_map_lock.c | 17 __type(key, __u32); 18 __type(value, struct hmap_elem); 29 __type(key, int); 30 __type(value, struct array_elem);
|
D | test_select_reuseport_kern.c | 34 __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);
|
D | test_sock_fields_kern.c | 33 __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 …]
|
D | test_global_data.c | 13 __type(key, __u32); 14 __type(value, __u64); 20 __type(key, __u32); 33 __type(key, __u32); 34 __type(value, struct foo);
|
D | netcnt_prog.c | 15 __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);
|
D | test_get_stack_rawtp.c | 28 __type(key, __u32); 29 __type(value, struct stack_trace_t); 53 __type(key, __u32); 54 __type(value, __u64[2 * MAX_STACK_RAWTP]);
|
D | pyperf.h | 116 __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);
|
D | test_obj_id.c | 19 __type(key, __u32); 20 __type(value, __u64);
|
D | test_attach_probe.c | 11 __type(key, int); 12 __type(value, int);
|
D | test_tcpbpf_kern.c | 20 __type(key, __u32); 21 __type(value, struct tcpbpf_globals); 27 __type(key, __u32); 28 __type(value, int);
|
D | test_btf_newkv.c | 26 __type(key, int); 27 __type(value, struct ipv_counts);
|
D | socket_cookie_prog.c | 18 __type(key, int); 19 __type(value, struct socket_cookie);
|
D | test_l4lb.c | 175 __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);
|
D | test_l4lb_noinline.c | 171 __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);
|
D | sockmap_verdict_prog.c | 31 __type(key, int); 32 __type(value, int);
|
D | test_tcpnotify_kern.c | 20 __type(key, __u32); 21 __type(value, struct tcpnotify_globals);
|
D | test_xdp.c | 28 __type(key, __u32); 29 __type(value, __u64); 35 __type(key, struct vip); 36 __type(value, struct iptnl_info);
|
D | test_xdp_loop.c | 24 __type(key, __u32); 25 __type(value, __u64); 31 __type(key, struct vip); 32 __type(value, struct iptnl_info);
|
/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 55 __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