Home
last modified time | relevance | path

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

/aosp_15_r20/external/iproute2/tc/
H A Dm_bpf.c47 fprintf(stderr, "action (default \'%s\').\n", bpf_prog_to_default_section(bpf_type)); in explain()
H A Df_bpf.c49 fprintf(stderr, "classifier (default \'%s\').\n", bpf_prog_to_default_section(bpf_type)); in explain()
/aosp_15_r20/external/iproute2/include/
H A Dbpf_util.h250 const char *bpf_prog_to_default_section(enum bpf_prog_type type);
/aosp_15_r20/out/soong/.intermediates/external/iproute2/lib/libiprouteutil/android_arm64_armv8-2a_cortex-a55_shared/
Dlibiprouteutil.so.toc146 141: FUNC GLOBAL DEFAULT 15 bpf_prog_to_default_section
/aosp_15_r20/external/iproute2/lib/
H A Dbpf.c107 const char *bpf_prog_to_default_section(enum bpf_prog_type type) in bpf_prog_to_default_section() function
880 section = bpf_prog_to_default_section(*type); in bpf_parse()