Home
last modified time | relevance | path

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

/linux-4.4.14/net/dcb/
Ddcbnl.c446 struct nlattr *app_tb[DCB_APP_ATTR_MAX + 1]; in dcbnl_getapp() local
454 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_getapp()
460 if ((!app_tb[DCB_APP_ATTR_IDTYPE]) || in dcbnl_getapp()
461 (!app_tb[DCB_APP_ATTR_ID])) in dcbnl_getapp()
465 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]); in dcbnl_getapp()
470 id = nla_get_u16(app_tb[DCB_APP_ATTR_ID]); in dcbnl_getapp()
517 struct nlattr *app_tb[DCB_APP_ATTR_MAX + 1]; in dcbnl_setapp() local
522 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_setapp()
528 if ((!app_tb[DCB_APP_ATTR_IDTYPE]) || in dcbnl_setapp()
529 (!app_tb[DCB_APP_ATTR_ID]) || in dcbnl_setapp()
[all …]