Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Ddcbnl.h367 DCB_ATTR_CAP, enumerator
/linux-4.4.14/net/dcb/
Ddcbnl.c62 [DCB_ATTR_CAP] = {.type = NLA_NESTED},
300 if (!tb[DCB_ATTR_CAP]) in dcbnl_getcap()
306 ret = nla_parse_nested(data, DCB_CAP_ATTR_MAX, tb[DCB_ATTR_CAP], in dcbnl_getcap()
311 nest = nla_nest_start(skb, DCB_ATTR_CAP); in dcbnl_getcap()