Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Ddcbnl.h640 DCB_APP_ATTR_PRIORITY, enumerator
/linux-3.4.99/net/dcb/
Ddcbnl.c173 [DCB_APP_ATTR_PRIORITY] = {.type = NLA_U8},
642 ret = nla_put_u8(dcbnl_skb, DCB_APP_ATTR_PRIORITY, up); in dcbnl_getapp()
683 (!app_tb[DCB_APP_ATTR_PRIORITY])) in dcbnl_setapp()
693 up = nla_get_u8(app_tb[DCB_APP_ATTR_PRIORITY]); in dcbnl_setapp()
1437 err = nla_put_u8(skb, DCB_APP_ATTR_PRIORITY, in dcbnl_cee_fill()