Searched refs:backlogq (Results 1 – 1 of 1) sorted by relevance
159 struct sk_buff_head backlogq; member496 __skb_queue_head_init(&l->backlogq); in tipc_link_create()904 __skb_queue_purge(&l->backlogq); in tipc_link_reset()948 struct sk_buff_head *backlogq = &l->backlogq; in tipc_link_xmit() local1016 __skb_queue_tail(backlogq, *tskb); in tipc_link_xmit()1024 skb_queue_splice_tail_init(list, backlogq); in tipc_link_xmit()1041 skb = skb_peek(&l->backlogq); in tipc_link_advance_backlog()1047 __skb_dequeue(&l->backlogq); in tipc_link_advance_backlog()1768 syncpt = l->snd_nxt + skb_queue_len(&l->backlogq) - 1; in tipc_link_tnl_prepare()1783 pktcnt += skb_queue_len(&l->backlogq); in tipc_link_tnl_prepare()[all …]