Searched refs:interrupt_out_queue (Results 1 – 4 of 4) sorted by relevance
154 if (skb_peek(&x25->interrupt_out_queue) != NULL && in x25_kick()157 skb = skb_dequeue(&x25->interrupt_out_queue); in x25_kick()
44 skb_queue_purge(&x25->interrupt_out_queue); in x25_clear_queues()
532 skb_queue_head_init(&x25->interrupt_out_queue); in x25_alloc_socket()1218 skb_queue_tail(&x25->interrupt_out_queue, skb); in x25_sendmsg()
160 struct sk_buff_head interrupt_out_queue; member