Home
last modified time | relevance | path

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

/linux-6.15/include/net/tc_act/
H A Dtc_police.h18 struct psched_pktrate ppsrate;
/linux-6.15/include/net/
H A Dsch_generic.h1322 struct psched_pktrate { struct
1328 static inline u64 psched_pkt2t_ns(const struct psched_pktrate *r, in psched_pkt2t_ns() argument
1334 void psched_ppscfg_precompute(struct psched_pktrate *r, u64 pktrate64);
/linux-6.15/net/sched/
H A Dsch_generic.c1555 void psched_ppscfg_precompute(struct psched_pktrate *r, u64 pktrate64) in psched_ppscfg_precompute()