Home
last modified time | relevance | path

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

/Linux-v4.19/net/dcb/
Ddcbnl.c65 [DCB_ATTR_APP] = {.type = NLA_NESTED},
447 if (!tb[DCB_ATTR_APP]) in dcbnl_getapp()
450 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_getapp()
482 app_nest = nla_nest_start(skb, DCB_ATTR_APP); in dcbnl_getapp()
515 if (!tb[DCB_ATTR_APP]) in dcbnl_setapp()
518 ret = nla_parse_nested(app_tb, DCB_APP_ATTR_MAX, tb[DCB_ATTR_APP], in dcbnl_setapp()
550 ret = nla_put_u8(skb, DCB_ATTR_APP, ret); in dcbnl_setapp()
1275 DCB_ATTR_APP); in dcbnl_cee_fill()
/Linux-v4.19/include/uapi/linux/
Ddcbnl.h383 DCB_ATTR_APP, enumerator