Searched refs:child_resource_attr (Results 1 - 1 of 1) sorted by path

/linux-master/net/devlink/
H A Dresource.c169 struct nlattr *child_resource_attr; local
197 child_resource_attr = nla_nest_start_noflag(skb,
199 if (!child_resource_attr)
207 nla_nest_end(skb, child_resource_attr);
213 nla_nest_cancel(skb, child_resource_attr);

Completed in 169 milliseconds