Home
last modified time | relevance | path

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

/Linux-v4.19/net/dcb/
Ddcbnl.c441 struct nlattr *app_nest; in dcbnl_getapp() local
482 app_nest = nla_nest_start(skb, DCB_ATTR_APP); in dcbnl_getapp()
483 if (!app_nest) in dcbnl_getapp()
498 nla_nest_end(skb, app_nest); in dcbnl_getapp()
503 nla_nest_cancel(skb, app_nest); in dcbnl_getapp()
1274 struct nlattr *app_nest = nla_nest_start(skb, in dcbnl_cee_fill() local
1276 if (!app_nest) in dcbnl_cee_fill()
1294 nla_nest_end(skb, app_nest); in dcbnl_cee_fill()