Searched refs:other_xmit_queue (Results 1 – 4 of 4) sorted by relevance
247 if ((skb = skb_peek(&scp->other_xmit_queue)) != NULL) in dn_nsp_output()281 !skb_queue_empty(&scp->other_xmit_queue)) in dn_nsp_xmit_timeout()369 skb_queue_tail(&scp->other_xmit_queue, skb); in dn_nsp_queue_xmit()
443 skb_queue_purge(&scp->other_xmit_queue); in dn_destruct()527 skb_queue_head_init(&scp->other_xmit_queue); in dn_alloc_sock()557 if (skb_queue_empty(&scp->other_xmit_queue)) in dn_keepalive()1970 queue = &scp->other_xmit_queue; in dn_sendmsg()
121 &scp->other_xmit_queue, in dn_ack()
108 struct sk_buff_head other_xmit_queue; member