Home
last modified time | relevance | path

Searched defs:tx_queue (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/linux/
Dscc.h74 struct sk_buff_head tx_queue; /* next tx buffer */ member
/linux-4.19.296/drivers/bluetooth/
Dbtmrvl_drv.h93 struct sk_buff_head tx_queue; member
/linux-4.19.296/drivers/media/rc/
Dite-cir.h131 wait_queue_head_t tx_queue, tx_ended; member
/linux-4.19.296/drivers/isdn/hisax/
Dhfc4s8s_l1.c138 struct sk_buff_head tx_queue; member
/linux-4.19.296/include/net/bluetooth/
Drfcomm.h173 struct sk_buff_head tx_queue; member
/linux-4.19.296/include/net/
Dsock.h1757 static inline void sk_tx_queue_set(struct sock *sk, int tx_queue) in sk_tx_queue_set()