Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddcbnl.h420 DCB_ATTR_IEEE_APP_TABLE, enumerator
/openbmc/linux/net/dcb/
H A Ddcbnl.c164 [DCB_ATTR_IEEE_APP_TABLE] = {.type = NLA_NESTED},
1220 app = nla_nest_start_noflag(skb, DCB_ATTR_IEEE_APP_TABLE); in dcbnl_ieee_fill()
1635 if (ieee[DCB_ATTR_IEEE_APP_TABLE]) { in dcbnl_ieee_set()
1636 err = dcbnl_app_table_setdel(ieee[DCB_ATTR_IEEE_APP_TABLE], in dcbnl_ieee_set()
1726 if (ieee[DCB_ATTR_IEEE_APP_TABLE]) { in dcbnl_ieee_del()
1727 err = dcbnl_app_table_setdel(ieee[DCB_ATTR_IEEE_APP_TABLE], in dcbnl_ieee_del()