Home
last modified time | relevance | path

Searched refs:tcfp_mtu_ptoks (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_police.c180 new->tcfp_mtu_ptoks = (s64)psched_l2t_ns(&new->peak, in tcf_police_init()
191 police->tcfp_ptoks = new->tcfp_mtu_ptoks; in tcf_police_init()
263 if (ptoks > p->tcfp_mtu_ptoks) in tcf_police_act()
264 ptoks = p->tcfp_mtu_ptoks; in tcf_police_act()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_police.h12 s64 tcfp_mtu_ptoks; member
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_police.h12 s64 tcfp_mtu_ptoks; member

Completed in 2 milliseconds