Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Ddcbnl.h413 DCB_ATTR_IEEE_APP, enumerator
/linux-4.4.14/net/dcb/
Ddcbnl.c182 [DCB_ATTR_IEEE_APP] = {.len = sizeof(struct dcb_app)},
1111 err = nla_put(skb, DCB_ATTR_IEEE_APP, sizeof(itr->app), in dcbnl_ieee_fill()
1151 DCB_ATTR_IEEE_APP); in dcbnl_ieee_fill()
1468 if (nla_type(attr) != DCB_ATTR_IEEE_APP) in dcbnl_ieee_set()
1522 if (nla_type(attr) != DCB_ATTR_IEEE_APP) in dcbnl_ieee_del()