Home
last modified time | relevance | path

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

/Linux-v5.4/net/dcb/
Ddcbnl.c55 [DCB_ATTR_IEEE] = {.type = NLA_NESTED},
1042 ieee = nla_nest_start_noflag(skb, DCB_ATTR_IEEE); in dcbnl_ieee_fill()
1434 if (!tb[DCB_ATTR_IEEE]) in dcbnl_ieee_set()
1438 tb[DCB_ATTR_IEEE], in dcbnl_ieee_set()
1509 err = nla_put_u8(skb, DCB_ATTR_IEEE, err); in dcbnl_ieee_set()
1535 if (!tb[DCB_ATTR_IEEE]) in dcbnl_ieee_del()
1539 tb[DCB_ATTR_IEEE], in dcbnl_ieee_del()
1564 err = nla_put_u8(skb, DCB_ATTR_IEEE, err); in dcbnl_ieee_del()
/Linux-v5.4/include/uapi/linux/
Ddcbnl.h386 DCB_ATTR_IEEE, enumerator