Home
last modified time | relevance | path

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

/linux/net/dcb/
H A Ddcbnl.c468 struct nlattr *app_nest; in dcbnl_getapp() local
510 app_nest = nla_nest_start_noflag(skb, DCB_ATTR_APP); in dcbnl_getapp()
511 if (!app_nest) in dcbnl_getapp()
526 nla_nest_end(skb, app_nest); in dcbnl_getapp()
531 nla_nest_cancel(skb, app_nest); in dcbnl_getapp()
1414 struct nlattr *app_nest = nla_nest_start_noflag(skb, in dcbnl_cee_fill() local
1416 if (!app_nest) in dcbnl_cee_fill()
1434 nla_nest_end(skb, app_nest); in dcbnl_cee_fill()