Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_bpf.c47 fprintf(stderr, "action (default \'%s\').\n", bpf_prog_to_default_section(bpf_type)); in explain()
Df_bpf.c49 fprintf(stderr, "classifier (default \'%s\').\n", bpf_prog_to_default_section(bpf_type)); in explain()
/external/iproute2/include/
Dbpf_util.h250 const char *bpf_prog_to_default_section(enum bpf_prog_type type);
/external/iproute2/lib/
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()