Home
last modified time | relevance | path

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

/linux/net/shaper/
H A Dshaper_nl_gen.c44 [NET_SHAPER_A_BURST] = { .type = NLA_UINT, },
63 [NET_SHAPER_A_BURST] = { .type = NLA_UINT, },
H A Dshaper.c157 nla_put_uint(msg, NET_SHAPER_A_BURST, shaper->burst)) || in net_shaper_fill_one()
500 if (tb[NET_SHAPER_A_BURST] && in net_shaper_validate_caps()
502 bad = tb[NET_SHAPER_A_BURST]; in net_shaper_validate_caps()
585 if (tb[NET_SHAPER_A_BURST]) in net_shaper_parse_info()
586 shaper->burst = nla_get_uint(tb[NET_SHAPER_A_BURST]); in net_shaper_parse_info()
/linux/include/uapi/linux/
H A Dnet_shaper.h50 NET_SHAPER_A_BURST, enumerator