Searched refs:sk_tx_queue_mapping (Results 1 – 5 of 5) sorted by relevance
325 * @sk_tx_queue_mapping_jiffies: time in jiffies of last @sk_tx_queue_mapping refresh.374 #define sk_tx_queue_mapping __sk_common.skc_tx_queue_mapping macro 2028 /* sk_tx_queue_mapping accept only upto a 16-bit value */ in sk_tx_queue_set() 2034 if (READ_ONCE(sk->sk_tx_queue_mapping) != tx_queue) { in sk_tx_queue_set() 2035 WRITE_ONCE(sk->sk_tx_queue_mapping, tx_queue); in sk_tx_queue_set() 2052 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
941 nreq_sk->sk_tx_queue_mapping = req_sk->sk_tx_queue_mapping; in inet_reqsk_clone()
354 tw->tw_tx_queue_mapping = sk->sk_tx_queue_mapping; in tcp_time_wait()
2217 /* If we move sk_tx_queue_mapping out of the private section, in sock_copy() 2221 BUILD_BUG_ON(offsetof(struct sock, sk_tx_queue_mapping) < in sock_copy() 2223 offsetof(struct sock, sk_tx_queue_mapping) >= in sock_copy()
4674 val = READ_ONCE(sk->sk_tx_queue_mapping); in sk_tx_queue_get()