other_receive_queue  114 include/net/dn.h 	struct sk_buff_head other_receive_queue;
other_receive_queue  437 net/decnet/af_decnet.c 	skb_queue_purge(&scp->other_receive_queue);
other_receive_queue  521 net/decnet/af_decnet.c 	skb_queue_head_init(&scp->other_receive_queue);
other_receive_queue 1208 net/decnet/af_decnet.c 	if (!skb_queue_empty_lockless(&scp->other_receive_queue))
other_receive_queue 1231 net/decnet/af_decnet.c 		val = !skb_queue_empty(&scp->other_receive_queue);
other_receive_queue 1246 net/decnet/af_decnet.c 		skb = skb_peek(&scp->other_receive_queue);
other_receive_queue 1706 net/decnet/af_decnet.c 		queue = &scp->other_receive_queue;
other_receive_queue 1721 net/decnet/af_decnet.c 		if (!skb_queue_empty(&scp->other_receive_queue)) {
other_receive_queue  619 net/decnet/dn_nsp_in.c 		if (dn_queue_skb(sk, skb, SIGURG, &scp->other_receive_queue) == 0) {