Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddcbnl.h385 DCB_ATTR_CAP, enumerator
/openbmc/linux/net/dcb/
H A Ddcbnl.c51 [DCB_ATTR_CAP] = {.type = NLA_NESTED},
320 if (!tb[DCB_ATTR_CAP]) in dcbnl_getcap()
327 tb[DCB_ATTR_CAP], dcbnl_cap_nest, in dcbnl_getcap()
332 nest = nla_nest_start_noflag(skb, DCB_ATTR_CAP); in dcbnl_getcap()