Home
last modified time | relevance | path

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

/include/linux/
Dscc.h239 struct sk_buff_head tx_queue; /* next tx buffer */ member
/include/net/irda/
Dirttp.h120 struct sk_buff_head tx_queue; /* Frames to be transmitted */ member
/include/net/bluetooth/
Drfcomm.h174 struct sk_buff_head tx_queue; member
/include/net/
Dsock.h1563 static inline void sk_tx_queue_set(struct sock *sk, int tx_queue) in sk_tx_queue_set() argument
1565 sk->sk_tx_queue_mapping = tx_queue; in sk_tx_queue_set()