Searched refs:__type (Results 176 - 200 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_mim.c18 __type(key, int);
19 __type(value, struct hmap_elem);
H A Dconnect_force_port6.c24 __type(key, int);
25 __type(value, struct svc_addr);
H A Dconnect_force_port4.c25 __type(key, int);
26 __type(value, struct svc_addr);
H A Dxdp_redirect_multi_kern.c32 __type(key, __u32);
33 __type(value, __be64);
H A Dmptcp_sock.c24 __type(key, int);
25 __type(value, struct mptcp_storage);
H A Dtest_subprogs.c10 __type(key, __u32);
11 __type(value, __u64);
H A Dxdpwall.c46 __type(key, struct in6_addr);
47 __type(value, bool);
53 __type(key, __u32);
54 __type(value, bool);
68 __type(key, int);
69 __type(value, __u8);
75 __type(key, int);
76 __type(value, __u16);
H A Dcgrp_kfunc_common.h18 __type(key, int);
19 __type(value, struct __cgrps_kfunc_map_value);
H A Dcgrp_ls_attach_cgroup.c19 __type(key, int);
20 __type(value, struct socket_cookie);
H A Dpercpu_alloc_cgrp_local_storage.c15 __type(key, int);
16 __type(value, struct elem);
H A Dcb_refs.c13 __type(key, int);
14 __type(value, struct map_value);
H A Dcgrp_ls_sleepable.c14 __type(key, int);
15 __type(value, long);
H A Dverifier_var_off.c11 __type(key, long long);
12 __type(value, long long);
H A Dtype_cast.c12 __type(key, int);
13 __type(value, long);
H A Dpyperf.h125 __type(key, int);
126 __type(value, PidData);
132 __type(key, int);
133 __type(value, Event);
139 __type(key, Symbol);
140 __type(value, int);
146 __type(key, int);
147 __type(value, Stats);
H A Dverifier_array_access.c18 __type(key, int);
19 __type(value, struct test_val);
26 __type(key, int);
27 __type(value, struct test_val);
34 __type(key, long long);
35 __type(value, struct test_val);
H A Dverifier_sock.c15 __type(key, __u32);
16 __type(value, __u64);
22 __type(key, int);
23 __type(value, int);
29 __type(key, int);
30 __type(value, int);
36 __type(key, int);
37 __type(value, int);
48 __type(key, int);
49 __type(valu
[all...]
H A Dtest_sock_fields.c22 __type(key, __u32);
23 __type(value, __u32);
34 __type(key, int);
35 __type(value, struct bpf_spinlock_cnt);
41 __type(key, int);
42 __type(value, struct bpf_spinlock_cnt);
H A Dkfree_skb.c12 __type(key, int);
13 __type(value, int);
H A Dtest_tc_edt.c22 __type(key, uint32_t);
23 __type(value, uint64_t);
H A Dlsm_cgroup.c28 __type(key, __u64);
29 __type(value, __u64);
/linux-master/tools/bpf/runqslower/
H A Drunqslower.bpf.c16 __type(key, int);
17 __type(value, u64);
/linux-master/samples/bpf/
H A Dtracex2.bpf.c15 __type(key, long);
16 __type(value, long);
H A Dtracex3.bpf.c20 __type(key, long);
21 __type(value, u64);
H A Dxdp_sample.bpf.h22 __type(key, unsigned int);
23 __type(value, struct datarec);

Completed in 290 milliseconds

1234567891011>>