Home
last modified time | relevance | path

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

/linux/net/decnet/
A Daf_decnet.c438 skb_queue_purge(&scp->other_receive_queue); in dn_destruct()
522 skb_queue_head_init(&scp->other_receive_queue); in dn_alloc_sock()
1206 if (!skb_queue_empty_lockless(&scp->other_receive_queue)) in dn_poll()
1229 val = !skb_queue_empty(&scp->other_receive_queue); in dn_ioctl()
1244 skb = skb_peek(&scp->other_receive_queue); in dn_ioctl()
1706 queue = &scp->other_receive_queue; in dn_recvmsg()
1721 if (!skb_queue_empty(&scp->other_receive_queue)) { in dn_recvmsg()
A Ddn_nsp_in.c619 if (dn_queue_skb(sk, skb, SIGURG, &scp->other_receive_queue) == 0) { in dn_nsp_otherdata()
/linux/include/net/
A Ddn.h114 struct sk_buff_head other_receive_queue; member

Completed in 9 milliseconds