Home
last modified time | relevance | path

Searched refs:SEC (Results 1 – 25 of 77) sorted by relevance

1234

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h38 struct bpf_map_def SEC("maps") sock_map = {
45 struct bpf_map_def SEC("maps") sock_map_txmsg = {
52 struct bpf_map_def SEC("maps") sock_map_redir = {
59 struct bpf_map_def SEC("maps") sock_apply_bytes = {
66 struct bpf_map_def SEC("maps") sock_cork_bytes = {
73 struct bpf_map_def SEC("maps") sock_bytes = {
80 struct bpf_map_def SEC("maps") sock_redir_flags = {
87 struct bpf_map_def SEC("maps") sock_skb_opts = {
94 SEC("sk_skb1")
100 SEC("sk_skb2")
[all …]
Dtest_sk_lookup_kern.c18 int _version SEC("version") = 1;
19 char _license[] SEC("license") = "GPL";
56 SEC("sk_lookup_success")
81 SEC("sk_lookup_success_simple")
93 SEC("fail_use_after_free")
108 SEC("fail_modify_sk_pointer")
123 SEC("fail_modify_sk_or_null_pointer")
137 SEC("fail_no_release")
146 SEC("fail_release_twice")
158 SEC("fail_release_unchecked")
[all …]
Dsockmap_verdict_prog.c6 int _version SEC("version") = 1;
15 struct bpf_map_def SEC("maps") sock_map_rx = {
22 struct bpf_map_def SEC("maps") sock_map_tx = {
29 struct bpf_map_def SEC("maps") sock_map_msg = {
36 struct bpf_map_def SEC("maps") sock_map_break = {
43 SEC("sk_skb2")
73 char _license[] SEC("license") = "GPL";
Dtest_stacktrace_map.c11 struct bpf_map_def SEC("maps") control_map = {
18 struct bpf_map_def SEC("maps") stackid_hmap = {
25 struct bpf_map_def SEC("maps") stackmap = {
32 struct bpf_map_def SEC("maps") stack_amap = {
51 SEC("tracepoint/sched/sched_switch")
74 char _license[] SEC("license") = "GPL";
75 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
Dtest_tunnel_kern.c30 int _version SEC("version") = 1;
46 SEC("gre_set_tunnel")
68 SEC("gre_get_tunnel")
85 SEC("ip6gretap_set_tunnel")
109 SEC("ip6gretap_get_tunnel")
129 SEC("erspan_set_tunnel")
172 SEC("erspan_get_tunnel")
213 SEC("ip4ip6erspan_set_tunnel")
257 SEC("ip4ip6erspan_get_tunnel")
299 SEC("vxlan_set_tunnel")
[all …]
Dtest_stacktrace_build_id.c11 struct bpf_map_def SEC("maps") control_map = {
18 struct bpf_map_def SEC("maps") stackid_hmap = {
25 struct bpf_map_def SEC("maps") stackmap = {
34 struct bpf_map_def SEC("maps") stack_amap = {
50 SEC("tracepoint/random/urandom_read")
75 char _license[] SEC("license") = "GPL";
76 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
Dget_cgroup_id_kern.c7 struct bpf_map_def SEC("maps") cg_ids = {
14 struct bpf_map_def SEC("maps") pidmap = {
21 SEC("tracepoint/syscalls/sys_enter_nanosleep")
39 char _license[] SEC("license") = "GPL";
40 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
Dtest_select_reuseport_kern.c18 int _version SEC("version") = 1;
24 struct bpf_map_def SEC("maps") outer_map = {
31 struct bpf_map_def SEC("maps") result_map = {
38 struct bpf_map_def SEC("maps") tmp_index_ovr_map = {
45 struct bpf_map_def SEC("maps") linum_map = {
52 struct bpf_map_def SEC("maps") data_check_map = {
65 SEC("select_by_skb_data")
180 char _license[] SEC("license") = "GPL";
Dsocket_cookie_prog.c10 struct bpf_map_def SEC("maps") socket_cookies = {
17 SEC("cgroup/connect6")
33 SEC("sockops")
58 int _version SEC("version") = 1;
60 char _license[] SEC("license") = "GPL";
Dtest_get_stack_rawtp.c18 struct bpf_map_def SEC("maps") perfmap = {
25 struct bpf_map_def SEC("maps") stackdata_map = {
50 struct bpf_map_def SEC("maps") rawdata_map = {
57 SEC("tracepoint/raw_syscalls/sys_enter")
101 char _license[] SEC("license") = "GPL";
102 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
Dtest_xdp_redirect.c15 int _version SEC("version") = 1;
17 SEC("redirect_to_111")
22 SEC("redirect_to_222")
28 char _license[] SEC("license") = "GPL";
Dnetcnt_prog.c13 struct bpf_map_def SEC("maps") percpu_netcnt = {
19 struct bpf_map_def SEC("maps") netcnt = {
25 SEC("cgroup/skb")
70 char _license[] SEC("license") = "GPL";
71 __u32 _version SEC("version") = LINUX_VERSION_CODE;
Dtest_btf_nokv.c6 int _version SEC("version") = 1;
13 struct bpf_map_def SEC("maps") btf_map = {
25 SEC("dummy_tracepoint")
43 char _license[] SEC("license") = "GPL";
Dtest_btf_haskv.c6 int _version SEC("version") = 1;
13 struct bpf_map_def SEC("maps") btf_map = {
27 SEC("dummy_tracepoint")
45 char _license[] SEC("license") = "GPL";
Dtest_skb_cgroup_id_kern.c13 struct bpf_map_def SEC("maps") cgroup_ids = {
31 SEC("cgroup_id_logger")
45 int _version SEC("version") = 1;
47 char _license[] SEC("license") = "GPL";
Dtest_xdp_vlan.c54 char _license[] SEC("license") = "GPL";
105 SEC("xdp_drop_vlan_4011")
147 SEC("xdp_vlan_change")
181 SEC("xdp_vlan_remove_outer")
240 SEC("xdp_vlan_remove_outer2")
270 SEC("tc_vlan_push")
Dtest_tcpbpf_kern.c17 struct bpf_map_def SEC("maps") global_map = {
24 struct bpf_map_def SEC("maps") sockopt_results = {
51 int _version SEC("version") = 1;
53 SEC("sockops")
153 char _license[] SEC("license") = "GPL";
Dtest_tracepoint.c19 SEC("tracepoint/sched/sched_switch")
25 char _license[] SEC("license") = "GPL";
26 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
Dtest_adjust_tail.c12 int _version SEC("version") = 1;
14 SEC("xdp_adjust_tail")
30 char _license[] SEC("license") = "GPL";
Dtest_obj_id.c17 int _version SEC("version") = 1;
19 struct bpf_map_def SEC("maps") test_map_id = {
26 SEC("test_obj_id_dummy")
Dsample_map_ret0.c5 struct bpf_map_def SEC("maps") htab = {
12 struct bpf_map_def SEC("maps") array = {
20 SEC(".text") int func() in func()
Dsockmap_tcp_msg_prog.c6 int _version SEC("version") = 1;
15 SEC("sk_msg1")
33 char _license[] SEC("license") = "GPL";
Dsendmsg4_prog.c19 int _version SEC("version") = 1;
21 SEC("cgroup/sendmsg4")
49 char _license[] SEC("license") = "GPL";
Ddev_cgroup.c12 SEC("cgroup/dev")
59 char _license[] SEC("license") = "GPL";
60 __u32 _version SEC("version") = LINUX_VERSION_CODE;
Dconnect4_prog.c19 int _version SEC("version") = 1;
21 SEC("cgroup/connect4")
45 char _license[] SEC("license") = "GPL";

1234