Home
last modified time | relevance | path

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

/linux-4.1.27/net/dcb/
Ddcbnl.c449 struct nlattr *app_tb[DCB_APP_ATTR_MAX + 1]; in dcbnl_getapp() local
457 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_getapp()
463 if ((!app_tb[DCB_APP_ATTR_IDTYPE]) || in dcbnl_getapp()
464 (!app_tb[DCB_APP_ATTR_ID])) in dcbnl_getapp()
468 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]); in dcbnl_getapp()
473 id = nla_get_u16(app_tb[DCB_APP_ATTR_ID]); in dcbnl_getapp()
520 struct nlattr *app_tb[DCB_APP_ATTR_MAX + 1]; in dcbnl_setapp() local
525 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_setapp()
531 if ((!app_tb[DCB_APP_ATTR_IDTYPE]) || in dcbnl_setapp()
532 (!app_tb[DCB_APP_ATTR_ID]) || in dcbnl_setapp()
[all …]