Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddcbnl.h747 DCB_APP_ATTR_PRIORITY, enumerator
/linux-6.3-rc2/net/dcb/
A Ddcbnl.c157 [DCB_APP_ATTR_PRIORITY] = {.type = NLA_U8},
522 ret = nla_put_u8(skb, DCB_APP_ATTR_PRIORITY, up); in dcbnl_getapp()
555 (!app_tb[DCB_APP_ATTR_PRIORITY])) in dcbnl_setapp()
565 up = nla_get_u8(app_tb[DCB_APP_ATTR_PRIORITY]); in dcbnl_setapp()
1429 err = nla_put_u8(skb, DCB_APP_ATTR_PRIORITY, in dcbnl_cee_fill()

Completed in 9 milliseconds