Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Ddcbnl.h380 DCB_ATTR_CAP, enumerator
/linux-5.19.10/net/dcb/
Ddcbnl.c51 [DCB_ATTR_CAP] = {.type = NLA_NESTED},
286 if (!tb[DCB_ATTR_CAP]) in dcbnl_getcap()
293 tb[DCB_ATTR_CAP], dcbnl_cap_nest, in dcbnl_getcap()
298 nest = nla_nest_start_noflag(skb, DCB_ATTR_CAP); in dcbnl_getcap()