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