Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddcbnl.h420 DCB_ATTR_IEEE_APP_TABLE, enumerator
/linux-6.3-rc2/net/dcb/
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()

Completed in 13 milliseconds