Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_police.c189 new->tcfp_mtu_ptoks = (s64)psched_l2t_ns(&new->peak, in tcf_police_init()
208 police->tcfp_ptoks = new->tcfp_mtu_ptoks; in tcf_police_init()
281 if (ptoks > p->tcfp_mtu_ptoks) in tcf_police_act()
282 ptoks = p->tcfp_mtu_ptoks; in tcf_police_act()
/openbmc/linux/include/net/tc_act/
H A Dtc_police.h12 s64 tcfp_mtu_ptoks; member