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

/net/dcb/
H A Ddcbnl.c447 struct nlattr *app_nest; local
484 app_nest = nla_nest_start(skb, DCB_ATTR_APP);
485 if (!app_nest)
500 nla_nest_end(skb, app_nest);
505 nla_nest_cancel(skb, app_nest);
1239 struct nlattr *app_nest = nla_nest_start(skb, local
1241 if (!app_nest)
1259 nla_nest_end(skb, app_nest);

Completed in 147 milliseconds