Home
last modified time | relevance | path

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

/linux-6.14.4/net/shaper/
Dshaper_nl_gen.c43 [NET_SHAPER_A_BURST] = { .type = NLA_UINT, },
62 [NET_SHAPER_A_BURST] = { .type = NLA_UINT, },
Dshaper.c160 nla_put_uint(msg, NET_SHAPER_A_BURST, shaper->burst)) || in net_shaper_fill_one()
465 if (tb[NET_SHAPER_A_BURST] && in net_shaper_validate_caps()
467 bad = tb[NET_SHAPER_A_BURST]; in net_shaper_validate_caps()
550 if (tb[NET_SHAPER_A_BURST]) in net_shaper_parse_info()
551 shaper->burst = nla_get_uint(tb[NET_SHAPER_A_BURST]); in net_shaper_parse_info()
/linux-6.14.4/include/uapi/linux/
Dnet_shaper.h49 NET_SHAPER_A_BURST, enumerator