Searched refs:SEC (Results 101 - 125 of 729) sorted by path

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbloom_filter_bench.c10 char _license[] SEC("license") = "GPL";
23 } array_map SEC(".maps");
32 } bloom_map SEC(".maps");
40 } hashmap SEC(".maps");
91 SEC("fentry/" SYS_PREFIX "sys_getpgid")
104 SEC("fentry/" SYS_PREFIX "sys_getpgid")
117 SEC("fentry/" SYS_PREFIX "sys_getpgid")
H A Dbloom_filter_map.c8 char _license[] SEC("license") = "GPL";
17 } map_random_data SEC(".maps");
24 } map_bloom SEC(".maps");
32 } outer_map SEC(".maps");
55 SEC("fentry/" SYS_PREFIX "sys_getpgid")
74 SEC("fentry/" SYS_PREFIX "sys_getpgid")
H A Dbpf_cubic.c22 char _license[] SEC("license") = "GPL";
173 SEC("struct_ops/bpf_cubic_init")
188 SEC("struct_ops/bpf_cubic_cwnd_event")
380 /* Or simply use the BPF_STRUCT_OPS to avoid the SEC boiler plate. */
532 SEC(".struct_ops")
H A Dbpf_dctcp.c19 char _license[] SEC("license") = "GPL";
34 } sk_stg_map SEC(".maps");
60 SEC("struct_ops/dctcp_init")
107 SEC("struct_ops/dctcp_ssthresh")
117 SEC("struct_ops/dctcp_update_alpha")
156 SEC("struct_ops/dctcp_state")
204 SEC("struct_ops/dctcp_cwnd_event")
223 SEC("struct_ops/dctcp_cwnd_undo")
233 SEC("struct_ops/dctcp_reno_cong_avoid")
239 SEC("
[all...]
H A Dbpf_dctcp_release.c13 char _license[] SEC("license") = "GPL";
22 SEC(".struct_ops")
H A Dbpf_flow.c23 #define PROG_(NUM, NAME) SEC("flow_dissector") int flow_dissector_##NUM
66 } jmp_table SEC(".maps");
73 } last_dissection SEC(".maps");
143 SEC("flow_dissector")
437 char __license[] SEC("license") = "GPL";
H A Dbpf_hashmap_full_update_bench.c8 char _license[] SEC("license") = "GPL";
17 } hash_map_bench SEC(".maps");
30 SEC("fentry/" SYS_PREFIX "sys_getpgid")
H A Dbpf_hashmap_lookup.c9 char _license[] SEC("license") = "GPL";
13 } hash_map_bench SEC(".maps");
50 SEC("fentry/" SYS_PREFIX "sys_getpgid")
H A Dbpf_iter_bpf_array_map.c7 char _license[] SEC("license") = "GPL";
20 } arraymap1 SEC(".maps");
27 } hashmap1 SEC(".maps");
32 SEC("iter/bpf_map_elem")
H A Dbpf_iter_bpf_hash_map.c6 char _license[] SEC("license") = "GPL";
19 } hashmap1 SEC(".maps");
26 } hashmap2 SEC(".maps");
33 } hashmap3 SEC(".maps");
42 SEC("iter/bpf_map_elem")
116 SEC("iter.s/bpf_map_elem")
H A Dbpf_iter_bpf_link.c6 char _license[] SEC("license") = "GPL";
8 SEC("iter/bpf_link")
H A Dbpf_iter_bpf_map.c6 char _license[] SEC("license") = "GPL";
8 SEC("iter/bpf_map")
H A Dbpf_iter_bpf_percpu_array_map.c7 char _license[] SEC("license") = "GPL";
20 } arraymap1 SEC(".maps");
27 SEC("iter/bpf_map_elem")
H A Dbpf_iter_bpf_percpu_hash_map.c7 char _license[] SEC("license") = "GPL";
20 } hashmap1 SEC(".maps");
29 SEC("iter/bpf_map_elem")
H A Dbpf_iter_bpf_sk_storage_helpers.c7 char _license[] SEC("license") = "GPL";
14 } sk_stg_map SEC(".maps");
16 SEC("iter/bpf_sk_storage_map")
25 SEC("iter/task_file")
49 SEC("iter/tcp")
H A Dbpf_iter_bpf_sk_storage_map.c8 char _license[] SEC("license") = "GPL";
15 } sk_stg_map SEC(".maps");
21 SEC("iter/bpf_sk_storage_map")
40 SEC("iter/bpf_sk_storage_map")
H A Dbpf_iter_ipv6_route.c7 char _license[] SEC("license") = "GPL";
11 SEC("iter/ipv6_route")
H A Dbpf_iter_ksym.c6 char _license[] SEC("license") = "GPL";
28 SEC("iter/ksym")
H A Dbpf_iter_netlink.c7 char _license[] SEC("license") = "GPL";
14 SEC("iter/netlink")
H A Dbpf_iter_setsockopt.c39 SEC("iter/tcp")
71 char _license[] SEC("license") = "GPL";
H A Dbpf_iter_setsockopt_unix.c28 SEC("iter/unix")
60 char _license[] SEC("license") = "GPL";
H A Dbpf_iter_sockmap.c9 char _license[] SEC("license") = "GPL";
16 } sockmap SEC(".maps");
23 } sockhash SEC(".maps");
30 } dst SEC(".maps");
35 SEC("iter/sockmap")
H A Dbpf_iter_task_btf.c9 char _license[] SEC("license") = "GPL";
15 SEC("iter/task")
H A Dbpf_iter_task_file.c6 char _license[] SEC("license") = "GPL";
13 SEC("iter/task_file")
H A Dbpf_iter_task_stack.c6 char _license[] SEC("license") = "GPL";
12 SEC("iter/task")
40 SEC("iter/task")

Completed in 211 milliseconds

1234567891011>>