Lines Matching full:act

47 static inline bool is_tcf_police(const struct tc_action *act)  in is_tcf_police()  argument
50 if (act->ops && act->ops->id == TCA_ID_POLICE) in is_tcf_police()
56 static inline u64 tcf_police_rate_bytes_ps(const struct tc_action *act) in tcf_police_rate_bytes_ps() argument
58 struct tcf_police *police = to_police(act); in tcf_police_rate_bytes_ps()
66 static inline u32 tcf_police_burst(const struct tc_action *act) in tcf_police_burst() argument
68 struct tcf_police *police = to_police(act); in tcf_police_burst()
104 static inline u64 tcf_police_rate_pkt_ps(const struct tc_action *act) in tcf_police_rate_pkt_ps() argument
106 struct tcf_police *police = to_police(act); in tcf_police_rate_pkt_ps()
114 static inline u32 tcf_police_burst_pkt(const struct tc_action *act) in tcf_police_burst_pkt() argument
116 struct tcf_police *police = to_police(act); in tcf_police_burst_pkt()
152 static inline u32 tcf_police_tcfp_mtu(const struct tc_action *act) in tcf_police_tcfp_mtu() argument
154 struct tcf_police *police = to_police(act); in tcf_police_tcfp_mtu()
162 static inline u64 tcf_police_peakrate_bytes_ps(const struct tc_action *act) in tcf_police_peakrate_bytes_ps() argument
164 struct tcf_police *police = to_police(act); in tcf_police_peakrate_bytes_ps()
172 static inline u32 tcf_police_tcfp_ewma_rate(const struct tc_action *act) in tcf_police_tcfp_ewma_rate() argument
174 struct tcf_police *police = to_police(act); in tcf_police_tcfp_ewma_rate()
182 static inline u16 tcf_police_rate_overhead(const struct tc_action *act) in tcf_police_rate_overhead() argument
184 struct tcf_police *police = to_police(act); in tcf_police_rate_overhead()