Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Ddcbnl.h409 DCB_ATTR_IEEE_APP, enumerator
/linux-4.1.27/net/dcb/
Ddcbnl.c185 [DCB_ATTR_IEEE_APP] = {.len = sizeof(struct dcb_app)},
1114 err = nla_put(skb, DCB_ATTR_IEEE_APP, sizeof(itr->app), in dcbnl_ieee_fill()
1154 DCB_ATTR_IEEE_APP); in dcbnl_ieee_fill()
1471 if (nla_type(attr) != DCB_ATTR_IEEE_APP) in dcbnl_ieee_set()
1525 if (nla_type(attr) != DCB_ATTR_IEEE_APP) in dcbnl_ieee_del()