Home
last modified time | relevance | path

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

/linux/net/dcb/
A Ddcbnl.c164 [DCB_ATTR_IEEE_APP_TABLE] = {.type = NLA_NESTED},
1112 app = nla_nest_start_noflag(skb, DCB_ATTR_IEEE_APP_TABLE); in dcbnl_ieee_fill()
1491 if (ieee[DCB_ATTR_IEEE_APP_TABLE]) { in dcbnl_ieee_set()
1495 nla_for_each_nested(attr, ieee[DCB_ATTR_IEEE_APP_TABLE], rem) { in dcbnl_ieee_set()
1552 if (ieee[DCB_ATTR_IEEE_APP_TABLE]) { in dcbnl_ieee_del()
1556 nla_for_each_nested(attr, ieee[DCB_ATTR_IEEE_APP_TABLE], rem) { in dcbnl_ieee_del()
/linux/include/uapi/linux/
A Ddcbnl.h413 DCB_ATTR_IEEE_APP_TABLE, enumerator

Completed in 8 milliseconds