Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fq.c74 u64 time_next_packet; member
138 if (f->time_next_packet >= aux->time_next_packet) in fq_flow_set_throttled()
149 if (q->time_next_delayed_flow > f->time_next_packet) in fq_flow_set_throttled()
150 q->time_next_delayed_flow = f->time_next_packet; in fq_flow_set_throttled()
268 f->time_next_packet = 0ULL; in fq_classify()
418 if (f->time_next_packet > now) { in fq_check_throttled()
419 q->time_next_delayed_flow = f->time_next_packet; in fq_check_throttled()
463 if (unlikely(skb && now < f->time_next_packet && in fq_dequeue()
511 f->time_next_packet = now + len; in fq_dequeue()