Home
last modified time | relevance | path

Searched refs:t_tail (Results 1 – 2 of 2) 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()
579 if (q->t_tail) { in netem_enqueue()
581 netem_skb_cb(q->t_tail); in netem_enqueue()
[all...]
/linux/drivers/net/hamradio/
H A Dscc.c191 static void t_tail(struct timer_list *t);
1083 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_tx_done()
1191 static void t_tail(struct timer_list *t) in t_tail() function
1261 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in t_maxkeyup()
1356 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_set_param()