Searched refs:backlogq (Results 1 – 4 of 4) 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()950 struct sk_buff_head *backlogq = &l->backlogq; in tipc_link_xmit() local1011 __skb_queue_tail(backlogq, *tskb); in tipc_link_xmit()1019 skb_queue_splice_tail_init(list, backlogq); in tipc_link_xmit()1036 skb = skb_peek(&l->backlogq); in tipc_link_advance_backlog()1042 __skb_dequeue(&l->backlogq); in tipc_link_advance_backlog()1763 syncpt = l->snd_nxt + skb_queue_len(&l->backlogq) - 1; in tipc_link_tnl_prepare()1778 pktcnt += skb_queue_len(&l->backlogq); in tipc_link_tnl_prepare()[all …]
301 struct sk_buff_head backlogq; in cxgbit_unlock_sock() local305 skb_queue_head_init(&backlogq); in cxgbit_unlock_sock()308 while (skb_queue_len(&csk->backlogq)) { in cxgbit_unlock_sock()309 skb_queue_splice_init(&csk->backlogq, &backlogq); in cxgbit_unlock_sock()312 while ((skb = __skb_dequeue(&backlogq))) { in cxgbit_unlock_sock()
199 struct sk_buff_head backlogq; member
708 __skb_queue_tail(&csk->backlogq, skb); in cxgbit_abort_conn()783 __skb_queue_purge(&csk->backlogq); in cxgbit_free_skb()1079 __skb_queue_tail(&csk->backlogq, skb); in cxgbit_rx_data_ack()1358 skb_queue_head_init(&csk->backlogq); in cxgbit_pass_accept_req()1931 __skb_queue_tail(&csk->backlogq, skb); in __cxgbit_process_rx_cpl()