HomeSort by relevance Sort by last modified time
    Searched refs:bpf_type (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
f_bpf.c 21 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,
m_bpf.c 23 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 64 milliseconds