Searched refs:interrupt_out_queue (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_out.c151 if (skb_peek(&x25->interrupt_out_queue) != NULL &&
154 skb = skb_dequeue(&x25->interrupt_out_queue);
H A Dx25_subr.c44 skb_queue_purge(&x25->interrupt_out_queue);
H A Daf_x25.c542 skb_queue_head_init(&x25->interrupt_out_queue);
1233 skb_queue_tail(&x25->interrupt_out_queue, skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dx25.h160 struct sk_buff_head interrupt_out_queue; member in struct:x25_sock

Completed in 62 milliseconds