Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Ddcbnl.h737 DCB_APP_ATTR_PRIORITY, enumerator
/Linux-v5.15/net/dcb/
Ddcbnl.c157 [DCB_APP_ATTR_PRIORITY] = {.type = NLA_U8},
488 ret = nla_put_u8(skb, DCB_APP_ATTR_PRIORITY, up); in dcbnl_getapp()
521 (!app_tb[DCB_APP_ATTR_PRIORITY])) in dcbnl_setapp()
531 up = nla_get_u8(app_tb[DCB_APP_ATTR_PRIORITY]); in dcbnl_setapp()
1293 err = nla_put_u8(skb, DCB_APP_ATTR_PRIORITY, in dcbnl_cee_fill()