Searched refs:bpf_prog_to_default_section (Results 1 – 4 of 4) sorted by relevance
47 fprintf(stderr, "action (default \'%s\').\n", bpf_prog_to_default_section(bpf_type)); in explain()
49 fprintf(stderr, "classifier (default \'%s\').\n", bpf_prog_to_default_section(bpf_type)); in explain()
250 const char *bpf_prog_to_default_section(enum bpf_prog_type type);
107 const char *bpf_prog_to_default_section(enum bpf_prog_type type) in bpf_prog_to_default_section() function880 section = bpf_prog_to_default_section(*type); in bpf_parse()