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

/external/iproute2/tc/
H A Dtc_bpf.h55 int bpf_parse_common(int *ptr_argc, char ***ptr_argv, const int *nla_tbl,
H A Df_bpf.c23 static const int nla_tbl[BPF_NLA_MAX] = { variable
92 if (bpf_parse_common(&argc, &argv, nla_tbl, bpf_type,
H A Dm_bpf.c25 static const int nla_tbl[BPF_NLA_MAX] = { variable
88 if (bpf_parse_common(&argc, &argv, nla_tbl, bpf_type,
H A Dtc_bpf.c579 int bpf_parse_common(int *ptr_argc, char ***ptr_argv, const int *nla_tbl, argument
601 addattr16(n, MAX_MSG, nla_tbl[BPF_NLA_OPS_LEN], ret);
602 addattr_l(n, MAX_MSG, nla_tbl[BPF_NLA_OPS], opcodes,
611 addattr32(n, MAX_MSG, nla_tbl[BPF_NLA_FD], ret);
612 addattrstrz(n, MAX_MSG, nla_tbl[BPF_NLA_NAME], annotation);

Completed in 229 milliseconds