Home
last modified time | relevance | path

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

/system/bpf/progs/include/
Dbpf_helpers.h10 #define SEC(NAME) __attribute__((section(NAME), used)) macro
13 #define LICENSE(NAME) char _license[] SEC("license") = (NAME)
19 #define CRITICAL(REASON) char _critical[] SEC("critical") = (REASON)
66 const struct bpf_map_def SEC("maps") the_map = { \
116 const struct bpf_prog_def SEC("progs") the_prog##_def = { \
123 SEC(SECTION_NAME) \
/system/netd/bpf_progs/
Dclatd.c179 SEC("schedcls/ingress/clat_ether")
184 SEC("schedcls/ingress/clat_rawip")
191 SEC("schedcls/egress/clat_ether")
196 SEC("schedcls/egress/clat_rawip")
Dnetd.c283 SEC("cgroupskb/ingress/stats")
288 SEC("cgroupskb/egress/stats")
Doffload.c165 SEC("schedcls/ingress/tether_ether")
/system/bpfprogs/test/
Dbpf_load_tp_prog.c36 SEC("tracepoint/sched/sched_switch")