Home
last modified time | relevance | path

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

/include/linux/
A Dscc.h74 struct sk_buff_head tx_queue; /* next tx buffer */ member
/include/net/bluetooth/
A Drfcomm.h172 struct sk_buff_head tx_queue; member
A Dhci_core.h269 struct tx_queue { struct
755 struct tx_queue tx_q;
/include/net/
A Dsock.h1975 static inline void sk_tx_queue_set(struct sock *sk, int tx_queue) in sk_tx_queue_set() argument
1978 if (WARN_ON_ONCE((unsigned short)tx_queue >= USHRT_MAX)) in sk_tx_queue_set()
1983 WRITE_ONCE(sk->sk_tx_queue_mapping, tx_queue); in sk_tx_queue_set()

Completed in 34 milliseconds