Lines Matching refs:time_next_packet
74 u64 time_next_packet; member
162 if (f->time_next_packet >= aux->time_next_packet) in fq_flow_set_throttled()
173 if (q->time_next_delayed_flow > f->time_next_packet) in fq_flow_set_throttled()
174 q->time_next_delayed_flow = f->time_next_packet; in fq_flow_set_throttled()
285 f->time_next_packet = 0ULL; in fq_classify()
452 if (f->time_next_packet > now) { in fq_check_throttled()
453 q->time_next_delayed_flow = f->time_next_packet; in fq_check_throttled()
494 if (unlikely(skb && now < f->time_next_packet && in fq_dequeue()
552 if (f->time_next_packet) in fq_dequeue()
553 len -= min(len/2, now - f->time_next_packet); in fq_dequeue()
554 f->time_next_packet = now + len; in fq_dequeue()