Searched refs:tx_queue (Results 1 – 4 of 4) sorted by relevance
239 struct sk_buff_head tx_queue; /* next tx buffer */ member
120 struct sk_buff_head tx_queue; /* Frames to be transmitted */ member
174 struct sk_buff_head tx_queue; member
1563 static inline void sk_tx_queue_set(struct sock *sk, int tx_queue) in sk_tx_queue_set() argument1565 sk->sk_tx_queue_mapping = tx_queue; in sk_tx_queue_set()