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

/external/iproute2/tc/
H A Dtc_bpf.c475 static int bpf_parse(int *ptr_argc, char ***ptr_argv, const bool *opt_tbl, argument
488 if (opt_tbl[CBPF_BYTECODE] &&
492 } else if (opt_tbl[CBPF_FILE] &&
496 } else if (opt_tbl[EBPF_OBJECT] &&
500 } else if (opt_tbl[EBPF_PINNED] &&
584 const bool opt_tbl[BPF_MODE_MAX] = { local
595 ret = bpf_parse(ptr_argc, ptr_argv, opt_tbl, &type, &mode,
621 const bool opt_tbl[BPF_MODE_MAX] = { local
637 prog_fd = bpf_parse(&argc, &argv, opt_tbl, &type, &mode,

Completed in 108 milliseconds