Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_tbf.c411 u32 pburst = nla_get_u32(tb[TCA_TBF_PBURST]); in tbf_change() local
412 max_size = min_t(u32, max_size, pburst); in tbf_change()
413 mtu = psched_l2t_ns(&peak, pburst); in tbf_change()