Home
last modified time | relevance | path

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

/linux-2.6.39/net/dcb/
Ddcbnl.c581 struct nlattr *app_tb[DCB_APP_ATTR_MAX + 1]; in dcbnl_getapp() local
589 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_getapp()
596 if ((!app_tb[DCB_APP_ATTR_IDTYPE]) || in dcbnl_getapp()
597 (!app_tb[DCB_APP_ATTR_ID])) in dcbnl_getapp()
601 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]); in dcbnl_getapp()
606 id = nla_get_u16(app_tb[DCB_APP_ATTR_ID]); in dcbnl_getapp()
667 struct nlattr *app_tb[DCB_APP_ATTR_MAX + 1]; in dcbnl_setapp() local
672 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_setapp()
679 if ((!app_tb[DCB_APP_ATTR_IDTYPE]) || in dcbnl_setapp()
680 (!app_tb[DCB_APP_ATTR_ID]) || in dcbnl_setapp()
[all …]