other_xmit_queue 109 include/net/dn.h struct sk_buff_head other_xmit_queue; other_xmit_queue 436 net/decnet/af_decnet.c skb_queue_purge(&scp->other_xmit_queue); other_xmit_queue 520 net/decnet/af_decnet.c skb_queue_head_init(&scp->other_xmit_queue); other_xmit_queue 546 net/decnet/af_decnet.c if (skb_queue_empty(&scp->other_xmit_queue)) other_xmit_queue 1965 net/decnet/af_decnet.c queue = &scp->other_xmit_queue; other_xmit_queue 113 net/decnet/dn_nsp_in.c &scp->other_xmit_queue, other_xmit_queue 239 net/decnet/dn_nsp_out.c if ((skb = skb_peek(&scp->other_xmit_queue)) != NULL) other_xmit_queue 273 net/decnet/dn_nsp_out.c !skb_queue_empty(&scp->other_xmit_queue)) other_xmit_queue 358 net/decnet/dn_nsp_out.c skb_queue_tail(&scp->other_xmit_queue, skb);