Searched refs:__type (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata.c11 __type(key, __u32);
12 __type(value, __u32);
18 __type(key, __u32);
19 __type(value, __u32);
H A Dverifier_helper_restricted.c16 __type(key, int);
17 __type(value, struct val);
27 __type(key, int);
28 __type(value, struct timer);
H A Dverifier_sockmap_mutate.c25 __type(key, int);
26 __type(value, int);
32 __type(key, int);
33 __type(value, int);
H A Dsocket_cookie_prog.c20 __type(key, int);
21 __type(value, struct socket_cookie);
H A Dtest_global_func_args.c16 __type(key, __u32);
17 __type(value, int);
H A Dtest_skeleton.c65 __type(key, int);
66 __type(value, struct my_value);
H A Dtest_global_func9.c19 __type(key, __u32);
20 __type(value, struct S);
H A Dtest_kfunc_dynptr_param.c29 __type(key, __u32);
30 __type(value, __u32);
H A Dtest_ringbuf_multi.c26 __type(key, int);
38 __type(key, int);
H A Dverifier_jeq_infer_not_null.c11 __type(key, int);
12 __type(value, int);
H A Dverifier_value.c18 __type(key, long long);
19 __type(value, struct test_val);
H A Dtest_xdp_bpf2bpf.c39 __type(key, int);
40 __type(value, int);
H A Dlocal_kptr_stash_fail.c37 __type(key, int);
38 __type(value, struct map_value);
H A Dpreempted_bpf_ma_op.c20 __type(key, int);
21 __type(value, struct map_value);
H A Dtest_verify_pkcs7_sig.c32 __type(key, __u32);
33 __type(value, struct data);
H A Dmap_in_map_btf.c22 __type(key, int);
23 __type(value, struct map_value);
H A Dverifier_value_illegal_alu.c18 __type(key, long long);
19 __type(value, struct test_val);
H A Dasync_stack_depth.c14 __type(key, int);
15 __type(value, struct hmap_elem);
H A Dtask_kfunc_common.h18 __type(key, int);
19 __type(value, struct __tasks_kfunc_map_value);
H A Dtcp_rtt.c21 __type(key, int);
22 __type(value, struct tcp_rtt_storage);
H A Dtimer_mim_reject.c18 __type(key, int);
19 __type(value, struct hmap_elem);
H A Dcrypto_common.h25 __type(key, int);
26 __type(value, struct __crypto_ctx_value);
H A Dtest_sockmap_kern.h56 __type(key, int);
57 __type(value, int);
63 __type(key, int);
64 __type(value, int);
70 __type(key, int);
71 __type(value, int);
77 __type(key, int);
78 __type(value, int);
84 __type(key, int);
85 __type(valu
[all...]
/linux-master/samples/bpf/
H A Dlwt_len_hist.bpf.c18 __type(key, u64);
19 __type(value, u64);
H A Dspintest.bpf.c18 __type(key, long);
19 __type(value, long);

Completed in 163 milliseconds

1234567891011>>