Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_police.h18 struct psched_pktrate ppsrate;
/openbmc/linux/include/net/
H A Dsch_generic.h1266 struct psched_pktrate { struct
1272 static inline u64 psched_pkt2t_ns(const struct psched_pktrate *r, in psched_pkt2t_ns() argument
1278 void psched_ppscfg_precompute(struct psched_pktrate *r, u64 pktrate64);
/openbmc/linux/net/sched/
H A Dsch_generic.c1553 void psched_ppscfg_precompute(struct psched_pktrate *r, u64 pktrate64) in psched_ppscfg_precompute()