Searched refs:SEC (Results 26 - 50 of 729) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c42 SEC("sockops")
165 char _license[] SEC("license") = "GPL";
H A Dtest_tc_tunnel.c434 SEC("encap_ipip_none")
443 SEC("encap_gre_none")
452 SEC("encap_gre_mpls")
461 SEC("encap_gre_eth")
470 SEC("encap_udp_none")
479 SEC("encap_udp_mpls")
488 SEC("encap_udp_eth")
497 SEC("encap_vxlan_eth")
508 SEC("encap_sit_none")
517 SEC("encap_ip6tnl_non
[all...]
H A Dtest_tcp_custom_syncookie.c568 SEC("tc")
595 char _license[] SEC("license") = "GPL";
H A Dtest_sysctl_prog.c44 SEC("cgroup/sysctl")
75 char _license[] SEC("license") = "GPL";
H A Dtest_sysctl_loop1.c43 SEC("cgroup/sysctl")
76 char _license[] SEC("license") = "GPL";
H A Dtest_spin_lock.c19 } hmap SEC(".maps");
30 } cls_map SEC(".maps");
45 } vqueue SEC(".maps");
49 SEC("cgroup_skb/ingress")
105 struct bpf_spin_lock lockA __hidden SEC(".data.A");
137 SEC("tc")
149 SEC("tc")
159 SEC("tc")
169 char _license[] SEC("license") = "GPL";
H A Dtest_sysctl_loop2.c44 SEC("cgroup/sysctl")
74 char _license[] SEC("license") = "GPL";
H A Dtest_spin_lock_fail.c17 } array_map SEC(".maps");
25 } map_of_maps SEC(".maps") = {
31 SEC(".data.A") struct bpf_spin_lock lockA;
32 SEC(".data.B") struct bpf_spin_lock lockB;
34 SEC("?tc")
46 SEC("?tc")
53 SEC("?tc")
66 SEC("?tc")
84 SEC("?tc") \
123 SEC("
[all...]
H A Dtest_skb_ctx.c8 char _license[] SEC("license") = "GPL";
10 SEC("tc")
H A Dtest_seg6_loop.c227 SEC("lwt_seg6local")
262 char __license[] SEC("license") = "GPL";
H A Dtest_lwt_seg6local.c287 SEC("encap_srh")
323 SEC("add_egr_x")
361 SEC("pop_egr")
400 SEC("inspect_t")
428 char __license[] SEC("license") = "GPL";
H A Dtest_map_in_map.c14 } mim_array SEC(".maps");
22 } mim_hash SEC(".maps");
32 } inner_map0 SEC(".maps");
39 } mim_array_pe SEC(".maps") = {
47 } mim_hash_pe SEC(".maps") = {
50 SEC("xdp")
76 char _license[] SEC("license") = "GPL";
H A Dtest_ptr_untrusted.c9 SEC("lsm.s/bpf")
23 SEC("raw_tracepoint")
29 char _license[] SEC("license") = "GPL";
H A Dtest_core_reloc_type_id.c10 char _license[] SEC("license") = "GPL";
73 SEC("raw_tracepoint/sys_enter")
H A Dtest_global_func1.c50 SEC("tc")
H A Dtest_global_func_ctx_args.c9 char _license[] SEC("license") = "GPL";
22 SEC("?kprobe")
53 SEC("?kprobe")
70 SEC("?kprobe")
86 SEC("?raw_tp")
102 SEC("?raw_tp")
118 SEC("?perf_event")
147 SEC("?raw_tp")
156 SEC("?perf_event")
165 SEC("
[all...]
H A Dtest_fill_link_info.c18 SEC("kprobe")
24 SEC("uprobe")
30 SEC("tracepoint")
36 SEC("perf_event")
42 SEC("kprobe.multi")
48 SEC("uprobe.multi")
54 char _license[] SEC("license") = "GPL";
H A Dtest_cls_redirect.c40 char _license[] SEC("license") = "Dual BSD/GPL";
373 } metrics_map SEC(".maps");
934 SEC("tc")
H A Dtest_cls_redirect_dynptr.c34 char _license[] SEC("license") = "Dual BSD/GPL";
265 } metrics_map SEC(".maps");
834 SEC("tc")
H A Dstruct_ops_autocreate2.c7 char _license[] SEC("license") = "GPL";
11 SEC("?struct_ops/test_1")
18 SEC("?struct_ops/test_1")
29 SEC(".struct_ops.link")
H A Dstruct_ops_maybe_null.c7 char _license[] SEC("license") = "GPL";
15 SEC("struct_ops/test_maybe_null")
25 SEC(".struct_ops.link")
H A Dstruct_ops_maybe_null_fail.c7 char _license[] SEC("license") = "GPL";
11 SEC("struct_ops/test_maybe_null_struct_ptr")
20 SEC(".struct_ops.link")
H A Dstruct_ops_module.c8 char _license[] SEC("license") = "GPL";
13 SEC("struct_ops/test_1")
20 SEC("struct_ops/test_2")
26 SEC("struct_ops/test_3")
33 SEC(".struct_ops.link")
40 SEC("struct_ops/test_2")
52 SEC(".struct_ops.link")
H A Dstruct_ops_multi_pages.c8 char _license[] SEC("license") = "GPL";
11 SEC("struct_ops/tramp_" #x) \
60 SEC(".struct_ops.link")
H A Dtask_ls_recursion.c12 char _license[] SEC("license") = "GPL";
21 } map_a SEC(".maps");
28 } map_b SEC(".maps");
30 SEC("fentry/bpf_local_storage_update")
70 SEC("tp_btf/sys_enter")

Completed in 206 milliseconds

1234567891011>>