Home
last modified time | relevance | path

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

/linux-4.4.14/net/dcb/
Ddcbnl.c445 struct nlattr *app_nest; in dcbnl_getapp() local
486 app_nest = nla_nest_start(skb, DCB_ATTR_APP); in dcbnl_getapp()
487 if (!app_nest) in dcbnl_getapp()
502 nla_nest_end(skb, app_nest); in dcbnl_getapp()
507 nla_nest_cancel(skb, app_nest); in dcbnl_getapp()
1269 struct nlattr *app_nest = nla_nest_start(skb, in dcbnl_cee_fill() local
1271 if (!app_nest) in dcbnl_cee_fill()
1289 nla_nest_end(skb, app_nest); in dcbnl_cee_fill()