Lines Matching refs:nla_tbl
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);