Searched defs:tcf_police_params (Results 1 – 2 of 2) sorted by relevance
128152 struct tcf_police_params { struct128153 int tcfp_result;128154 u32 tcfp_ewma_rate;128155 s64 tcfp_burst;128156 u32 tcfp_mtu;128157 s64 tcfp_mtu_ptoks;128158 s64 tcfp_pkt_burst;128159 struct psched_ratecfg rate;128160 bool rate_present;128161 struct psched_ratecfg peak;[all …]
135787 struct tcf_police_params { struct135788 int tcfp_result;135789 u32 tcfp_ewma_rate;135790 s64 tcfp_burst;135791 u32 tcfp_mtu;135792 s64 tcfp_mtu_ptoks;135793 s64 tcfp_pkt_burst;135794 struct psched_ratecfg rate;135795 bool rate_present;135796 struct psched_ratecfg peak;[all …]