Searched refs:backlogq (Results 1 – 4 of 4) sorted by relevance
160 struct sk_buff_head backlogq; member494 __skb_queue_head_init(&l->backlogq); in tipc_link_create()866 __skb_queue_purge(&l->backlogq); in tipc_link_reset()911 struct sk_buff_head *backlogq = &l->backlogq; in tipc_link_xmit() local958 if (tipc_msg_bundle(skb_peek_tail(backlogq), hdr, mtu)) { in tipc_link_xmit()965 __skb_queue_tail(backlogq, bskb); in tipc_link_xmit()972 skb_queue_splice_tail_init(list, backlogq); in tipc_link_xmit()988 skb = skb_peek(&l->backlogq); in tipc_link_advance_backlog()994 __skb_dequeue(&l->backlogq); in tipc_link_advance_backlog()1466 pktcnt = skb_queue_len(&l->transmq) + skb_queue_len(&l->backlogq); in tipc_link_tnl_prepare()[all …]
304 struct sk_buff_head backlogq; in cxgbit_unlock_sock() local308 skb_queue_head_init(&backlogq); in cxgbit_unlock_sock()311 while (skb_queue_len(&csk->backlogq)) { in cxgbit_unlock_sock()312 skb_queue_splice_init(&csk->backlogq, &backlogq); in cxgbit_unlock_sock()315 while ((skb = __skb_dequeue(&backlogq))) { in cxgbit_unlock_sock()
202 struct sk_buff_head backlogq; member
698 __skb_queue_tail(&csk->backlogq, skb); in cxgbit_abort_conn()768 __skb_queue_purge(&csk->backlogq); in cxgbit_free_skb()1061 __skb_queue_tail(&csk->backlogq, skb); in cxgbit_rx_data_ack()1340 skb_queue_head_init(&csk->backlogq); in cxgbit_pass_accept_req()1911 __skb_queue_tail(&csk->backlogq, skb); in __cxgbit_process_rx_cpl()