Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Ddcbnl.h330 DCB_ATTR_IEEE_APP, enumerator
/linux-3.4.99/net/dcb/
Ddcbnl.c184 [DCB_ATTR_IEEE_APP] = {.len = sizeof(struct dcb_app)},
1263 err = nla_put(skb, DCB_ATTR_IEEE_APP, sizeof(itr->app), in dcbnl_ieee_fill()
1301 DCB_ATTR_IEEE_APP); in dcbnl_ieee_fill()
1612 if (nla_type(attr) != DCB_ATTR_IEEE_APP) in dcbnl_ieee_set()
1696 if (nla_type(attr) != DCB_ATTR_IEEE_APP) in dcbnl_ieee_del()