Searched refs:app_nest (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/dcb/ |
H A D | dcbnl.c | 434 struct nlattr *app_nest; in dcbnl_getapp() local 476 app_nest = nla_nest_start_noflag(skb, DCB_ATTR_APP); in dcbnl_getapp() 477 if (!app_nest) in dcbnl_getapp() 492 nla_nest_end(skb, app_nest); in dcbnl_getapp() 497 nla_nest_cancel(skb, app_nest); in dcbnl_getapp() 1278 struct nlattr *app_nest = nla_nest_start_noflag(skb, in dcbnl_cee_fill() local 1280 if (!app_nest) in dcbnl_cee_fill() 1298 nla_nest_end(skb, app_nest); in dcbnl_cee_fill()
|
/kernel/linux/linux-6.6/net/dcb/ |
H A D | dcbnl.c | 468 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()
|
Completed in 6 milliseconds