Home
last modified time | relevance | path

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

/include/linux/
Dscc.h74 struct sk_buff_head tx_queue; /* next tx buffer */ member
/include/net/bluetooth/
Drfcomm.h175 struct sk_buff_head tx_queue; member
/include/net/
Dsock.h1958 static inline void sk_tx_queue_set(struct sock *sk, int tx_queue) in sk_tx_queue_set() argument
1961 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()