Searched defs:ptr_argc (Results 1 - 2 of 2) sorted by relevance
/external/iproute2/tc/ |
H A D | m_bpf.c | 62 static int bpf_parse_opt(struct action_util *a, int *ptr_argc, char ***ptr_argv, argument 73 argc = *ptr_argc; 149 *ptr_argc = argc;
|
H A D | tc_bpf.c | 475 static int bpf_parse(int *ptr_argc, char ***ptr_argv, const bool *opt_tbl, argument 486 argc = *ptr_argc; 573 *ptr_argc = argc; 579 int bpf_parse_common(int *ptr_argc, char ***ptr_argv, const int *nla_tbl, argument 595 ret = bpf_parse(ptr_argc, ptr_argv, opt_tbl, &type, &mode,
|
Completed in 82 milliseconds