Searched refs:bpf_type (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Df_bpf.c21 static const enum bpf_prog_type bpf_type = BPF_PROG_TYPE_SCHED_CLS; variable in typeref:enum:bpf_prog_type
55 fprintf(stderr, "classifier (default \'%s\').\n", bpf_default_section(bpf_type));
92 if (bpf_parse_common(&argc, &argv, nla_tbl, bpf_type,
H A Dm_bpf.c23 static const enum bpf_prog_type bpf_type = BPF_PROG_TYPE_SCHED_ACT; variable in typeref:enum:bpf_prog_type
53 fprintf(stderr, "action (default \'%s\').\n", bpf_default_section(bpf_type));
88 if (bpf_parse_common(&argc, &argv, nla_tbl, bpf_type,

Completed in 63 milliseconds