Searched refs:tx_queue (Results 1 – 3 of 3) sorted by relevance
74 struct sk_buff_head tx_queue; /* next tx buffer */ member
175 struct sk_buff_head tx_queue; member
1958 static inline void sk_tx_queue_set(struct sock *sk, int tx_queue) in sk_tx_queue_set() argument1961 if (WARN_ON_ONCE((unsigned short)tx_queue >= USHRT_MAX)) in sk_tx_queue_set()1966 WRITE_ONCE(sk->sk_tx_queue_mapping, tx_queue); in sk_tx_queue_set()