Searched refs:DCB_TC_ATTR_PARAM_STRICT_PRIO (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddcbnl.h583 * @DCB_TC_ATTR_PARAM_STRICT_PRIO: (NLA_U8) Strict priority setting
599 DCB_TC_ATTR_PARAM_STRICT_PRIO, enumerator in enum:dcbnl_tc_attrs
/linux-master/net/dcb/
H A Ddcbnl.c99 [DCB_TC_ATTR_PARAM_STRICT_PRIO] = {.type = NLA_U8},
667 if (param_tb[DCB_TC_ATTR_PARAM_STRICT_PRIO] ||
670 DCB_TC_ATTR_PARAM_STRICT_PRIO, prio);
843 if (param_tb[DCB_TC_ATTR_PARAM_STRICT_PRIO])
845 nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_STRICT_PRIO]);
1341 nla_put_u8(skb, DCB_TC_ATTR_PARAM_STRICT_PRIO, prio) ||

Completed in 109 milliseconds