Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
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()
/Linux-v6.6/include/net/tc_act/
Dtc_police.h12 s64 tcfp_mtu_ptoks; member