Searched refs:other_xmit_queue (Results 1 – 4 of 4) sorted by relevance
239 if ((skb = skb_peek(&scp->other_xmit_queue)) != NULL) in dn_nsp_output()273 !skb_queue_empty(&scp->other_xmit_queue)) in dn_nsp_xmit_timeout()358 skb_queue_tail(&scp->other_xmit_queue, skb); in dn_nsp_queue_xmit()
437 skb_queue_purge(&scp->other_xmit_queue); in dn_destruct()521 skb_queue_head_init(&scp->other_xmit_queue); in dn_alloc_sock()547 if (skb_queue_empty(&scp->other_xmit_queue)) in dn_keepalive()1968 queue = &scp->other_xmit_queue; in dn_sendmsg()
113 &scp->other_xmit_queue, in dn_ack()
109 struct sk_buff_head other_xmit_queue; member