Home
last modified time | relevance | path

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

/linux/net/dcb/
H A Ddcbnl.c55 [DCB_ATTR_IEEE] = {.type = NLA_NESTED},
1150 ieee = nla_nest_start_noflag(skb, DCB_ATTR_IEEE); in dcbnl_ieee_fill()
1571 if (!tb[DCB_ATTR_IEEE]) in dcbnl_ieee_set()
1575 tb[DCB_ATTR_IEEE], in dcbnl_ieee_set()
1691 err = nla_put_u8(skb, DCB_ATTR_IEEE, err); in dcbnl_ieee_set()
1717 if (!tb[DCB_ATTR_IEEE]) in dcbnl_ieee_del()
1721 tb[DCB_ATTR_IEEE], in dcbnl_ieee_del()
1743 err = nla_put_u8(skb, DCB_ATTR_IEEE, err); in dcbnl_ieee_del()
/linux/include/uapi/linux/
H A Ddcbnl.h369 * @DCB_ATTR_IEEE: IEEE 802.1Qaz supported attributes (NLA_NESTED)
391 DCB_ATTR_IEEE, enumerator