/external/iproute2/tc/ |
tc_bpf.h | 55 int bpf_parse_common(int *ptr_argc, char ***ptr_argv, const int *nla_tbl,
|
f_bpf.c | 23 static const int nla_tbl[BPF_NLA_MAX] = { variable 92 if (bpf_parse_common(&argc, &argv, nla_tbl, bpf_type,
|
m_bpf.c | 25 static const int nla_tbl[BPF_NLA_MAX] = { variable 88 if (bpf_parse_common(&argc, &argv, nla_tbl, bpf_type,
|
tc_bpf.c | 579 int bpf_parse_common(int *ptr_argc, char ***ptr_argv, const int *nla_tbl, 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); [all...] |