Lines Matching refs:SECTION_NAME
128 #define DEFINE_XTBPF_PROG(SECTION_NAME, prog_uid, prog_gid, the_prog) \ in DEFINE_BPF_MAP_RO_NETD() argument
129 DEFINE_BPF_PROG(SECTION_NAME, prog_uid, prog_gid, the_prog) in DEFINE_BPF_MAP_RO_NETD()
134 #define DEFINE_NETD_BPF_PROG_KVER_RANGE(SECTION_NAME, prog_uid, prog_gid, the_prog, minKV, maxKV) \ in DEFINE_BPF_MAP_RO_NETD() argument
135 DEFINE_BPF_PROG_EXT(SECTION_NAME, prog_uid, prog_gid, the_prog, \ in DEFINE_BPF_MAP_RO_NETD()
139 #define DEFINE_NETD_BPF_PROG_KVER(SECTION_NAME, prog_uid, prog_gid, the_prog, min_kv) \ in DEFINE_BPF_MAP_RO_NETD() argument
140 DEFINE_NETD_BPF_PROG_KVER_RANGE(SECTION_NAME, prog_uid, prog_gid, the_prog, min_kv, KVER_INF) in DEFINE_BPF_MAP_RO_NETD()
142 #define DEFINE_NETD_BPF_PROG(SECTION_NAME, prog_uid, prog_gid, the_prog) \ in DEFINE_BPF_MAP_RO_NETD() argument
143 DEFINE_NETD_BPF_PROG_KVER(SECTION_NAME, prog_uid, prog_gid, the_prog, KVER_NONE) in DEFINE_BPF_MAP_RO_NETD()
145 #define DEFINE_NETD_V_BPF_PROG_KVER(SECTION_NAME, prog_uid, prog_gid, the_prog, minKV) \ in DEFINE_BPF_MAP_RO_NETD() argument
146 DEFINE_BPF_PROG_EXT(SECTION_NAME, prog_uid, prog_gid, the_prog, minKV, \ in DEFINE_BPF_MAP_RO_NETD()
151 #define DEFINE_SYS_BPF_PROG(SECTION_NAME, prog_uid, prog_gid, the_prog) \ in DEFINE_BPF_MAP_RO_NETD() argument
152 DEFINE_BPF_PROG_EXT(SECTION_NAME, prog_uid, prog_gid, the_prog, KVER_NONE, KVER_INF, \ in DEFINE_BPF_MAP_RO_NETD()