Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Ddcbnl.h287 DCB_ATTR_CAP, enumerator
/linux-3.4.99/net/dcb/
Ddcbnl.c67 [DCB_ATTR_CAP] = {.type = NLA_NESTED},
371 if (!tb[DCB_ATTR_CAP] || !netdev->dcbnl_ops->getcap) in dcbnl_getcap()
374 ret = nla_parse_nested(data, DCB_CAP_ATTR_MAX, tb[DCB_ATTR_CAP], in dcbnl_getcap()
389 nest = nla_nest_start(dcbnl_skb, DCB_ATTR_CAP); in dcbnl_getcap()