Home
last modified time | relevance | path

Searched refs:NET_SHAPER_A_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/net/shaper/
Dshaper_nl_gen.c21 [NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },
44 [NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },
63 [NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },
Dshaper.c162 nla_put_u32(msg, NET_SHAPER_A_PRIORITY, shaper->priority)) || in net_shaper_fill_one()
453 if (tb[NET_SHAPER_A_PRIORITY] && in net_shaper_validate_caps()
455 bad = tb[NET_SHAPER_A_PRIORITY]; in net_shaper_validate_caps()
553 if (tb[NET_SHAPER_A_PRIORITY]) in net_shaper_parse_info()
554 shaper->priority = nla_get_u32(tb[NET_SHAPER_A_PRIORITY]); in net_shaper_parse_info()
/linux-6.14.4/include/uapi/linux/
Dnet_shaper.h50 NET_SHAPER_A_PRIORITY, enumerator