Searched refs:DCB_ATTR_IEEE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/dcb/ |
D | dcbnl.c | 66 [DCB_ATTR_IEEE] = {.type = NLA_NESTED}, 1039 ieee = nla_nest_start(skb, DCB_ATTR_IEEE); in dcbnl_ieee_fill() 1429 if (!tb[DCB_ATTR_IEEE]) in dcbnl_ieee_set() 1432 err = nla_parse_nested(ieee, DCB_ATTR_IEEE_MAX, tb[DCB_ATTR_IEEE], in dcbnl_ieee_set() 1503 err = nla_put_u8(skb, DCB_ATTR_IEEE, err); in dcbnl_ieee_set() 1529 if (!tb[DCB_ATTR_IEEE]) in dcbnl_ieee_del() 1532 err = nla_parse_nested(ieee, DCB_ATTR_IEEE_MAX, tb[DCB_ATTR_IEEE], in dcbnl_ieee_del() 1557 err = nla_put_u8(skb, DCB_ATTR_IEEE, err); in dcbnl_ieee_del()
|
/Linux-v4.19/include/uapi/linux/ |
D | dcbnl.h | 386 DCB_ATTR_IEEE, enumerator
|