Home
last modified time | relevance | path

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

/linux-4.1.27/net/dcb/
Ddcbnl.c68 [DCB_ATTR_APP] = {.type = NLA_NESTED},
454 if (!tb[DCB_ATTR_APP]) in dcbnl_getapp()
457 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_getapp()
489 app_nest = nla_nest_start(skb, DCB_ATTR_APP); in dcbnl_getapp()
522 if (!tb[DCB_ATTR_APP]) in dcbnl_setapp()
525 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_setapp()
557 ret = nla_put_u8(skb, DCB_ATTR_APP, ret); in dcbnl_setapp()
1273 DCB_ATTR_APP); in dcbnl_cee_fill()
/linux-4.1.27/include/uapi/linux/
Ddcbnl.h366 DCB_ATTR_APP, enumerator