Home
last modified time | relevance | path

Searched refs:other_xmit_queue (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/decnet/
Ddn_nsp_out.c247 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()
366 skb_queue_tail(&scp->other_xmit_queue, skb); in dn_nsp_queue_xmit()
Daf_decnet.c444 skb_queue_purge(&scp->other_xmit_queue); in dn_destruct()
528 skb_queue_head_init(&scp->other_xmit_queue); in dn_alloc_sock()
554 if (skb_queue_empty(&scp->other_xmit_queue)) in dn_keepalive()
1973 queue = &scp->other_xmit_queue; in dn_sendmsg()
Ddn_nsp_in.c121 &scp->other_xmit_queue, in dn_ack()
/Linux-v4.19/include/net/
Ddn.h109 struct sk_buff_head other_xmit_queue; member