Searched refs:nest_pol (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.c | 78 struct ynl_policy_nest **nest_pol) in ynl_err_walk() 115 if (nest_pol) in ynl_err_walk() 116 *nest_pol = policy->table[type].nest; in ynl_err_walk() 131 &str[n], str_sz - n, nest_pol); in ynl_err_walk() 207 struct ynl_policy_nest *nest_pol = NULL; in ynl_ext_ack_check() local 221 nest_pol = ys->req_policy; in ynl_ext_ack_check() 229 &nest_pol); in ynl_ext_ack_check() 233 ynl_err_walk_report_one(nest_pol, type, &miss_attr[n], in ynl_ext_ack_check() 76 ynl_err_walk(struct ynl_sock *ys, void *start, void *end, unsigned int off, struct ynl_policy_nest *policy, char *str, int str_sz, struct ynl_policy_nest **nest_pol) ynl_err_walk() argument
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | genetlink.c | 1221 struct nlattr *nest_pol, *nest_op; in ctrl_dumppolicy_put_op() local 1236 nest_pol = nla_nest_start(skb, CTRL_ATTR_OP_POLICY); in ctrl_dumppolicy_put_op() 1237 if (!nest_pol) in ctrl_dumppolicy_put_op() 1257 nla_nest_end(skb, nest_pol); in ctrl_dumppolicy_put_op()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 1513 struct nlattr *nest_pol, *nest_op; in ctrl_dumppolicy_put_op() local 1525 nest_pol = nla_nest_start(skb, CTRL_ATTR_OP_POLICY); in ctrl_dumppolicy_put_op() 1526 if (!nest_pol) in ctrl_dumppolicy_put_op() 1551 nla_nest_end(skb, nest_pol); in ctrl_dumppolicy_put_op()
|
Completed in 6 milliseconds