Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dsch_netem.c78 struct sk_buff *t_tail; member
373 rtnl_kfree_skbs(q->t_head, q->t_tail); in tfifo_reset()
375 q->t_tail = NULL; in tfifo_reset()
383 if (!q->t_tail || tnext >= netem_skb_cb(q->t_tail)->time_to_send) { in tfifo_enqueue()
384 if (q->t_tail) in tfifo_enqueue()
385 q->t_tail->next = nskb; in tfifo_enqueue()
388 q->t_tail = nskb; in tfifo_enqueue()
556 if (q->t_tail) { in netem_enqueue()
558 netem_skb_cb(q->t_tail); in netem_enqueue()
670 q->t_tail = NULL; in netem_erase_head()
/Linux-v5.10/drivers/net/hamradio/
Dscc.c190 static void t_tail(struct timer_list *t);
1081 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_tx_done()
1189 static void t_tail(struct timer_list *t) in t_tail() function
1259 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in t_maxkeyup()
1354 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_set_param()