Home
last modified time | relevance | path

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

/linux/net/shaper/
H A Dshaper_nl_gen.c22 [NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },
45 [NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },
64 [NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },
H A Dshaper.c159 nla_put_u32(msg, NET_SHAPER_A_PRIORITY, shaper->priority)) || in net_shaper_fill_one()
488 if (tb[NET_SHAPER_A_PRIORITY] && in net_shaper_validate_caps()
490 bad = tb[NET_SHAPER_A_PRIORITY]; in net_shaper_validate_caps()
588 if (tb[NET_SHAPER_A_PRIORITY]) in net_shaper_parse_info()
589 shaper->priority = nla_get_u32(tb[NET_SHAPER_A_PRIORITY]); in net_shaper_parse_info()
/linux/include/uapi/linux/
H A Dnet_shaper.h51 NET_SHAPER_A_PRIORITY, enumerator