Searched refs:bpf_default_section (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/tc/
H A Dtc_bpf.h53 const char *bpf_default_section(const enum bpf_prog_type type);
H A Df_bpf.c55 fprintf(stderr, "classifier (default \'%s\').\n", bpf_default_section(bpf_type));
H A Dm_bpf.c53 fprintf(stderr, "action (default \'%s\').\n", bpf_default_section(bpf_type));
H A Dtc_bpf.c454 const char *bpf_default_section(const enum bpf_prog_type type) function
534 section = bpf_default_section(*type);

Completed in 93 milliseconds