Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_netem.c80 struct sk_buff *t_tail; member
385 rtnl_kfree_skbs(q->t_head, q->t_tail); in tfifo_reset()
387 q->t_tail = NULL; in tfifo_reset()
396 if (!q->t_tail || tnext >= netem_skb_cb(q->t_tail)->time_to_send) { in tfifo_enqueue()
397 if (q->t_tail) in tfifo_enqueue()
398 q->t_tail->next = nskb; in tfifo_enqueue()
401 q->t_tail = nskb; in tfifo_enqueue()
578 if (q->t_tail) { in netem_enqueue()
580 netem_skb_cb(q->t_tail); in netem_enqueue()
695 q->t_tail = NULL; in netem_erase_head()