Home
last modified time | relevance | path

Searched refs:other_receive_queue (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/net/
Ddn.h117 struct sk_buff_head other_receive_queue; member
/linux-2.4.37.9/net/decnet/
Daf_decnet.c464 skb_queue_purge(&scp->other_receive_queue); in dn_destruct()
528 skb_queue_head_init(&scp->other_receive_queue); in dn_alloc_sock()
1172 if (skb_queue_len(&scp->other_receive_queue)) in dn_poll()
1195 val = (skb_queue_len(&scp->other_receive_queue) != 0); in dn_ioctl()
1239 if ((skb = skb_peek(&scp->other_receive_queue)) != NULL) { in dn_ioctl()
1747 queue = &scp->other_receive_queue; in dn_recvmsg()
1760 if (skb_queue_len(&scp->other_receive_queue)) { in dn_recvmsg()
Ddn_nsp_in.c617 if (dn_queue_skb(sk, skb, SIGURG, &scp->other_receive_queue) == 0) { in dn_nsp_otherdata()