Searched refs:sk_tx_queue_mapping (Results 1 – 5 of 5) sorted by relevance
374 #define sk_tx_queue_mapping __sk_common.skc_tx_queue_mapping macro2043 if (READ_ONCE(sk->sk_tx_queue_mapping) != tx_queue) { in sk_tx_queue_set()2044 WRITE_ONCE(sk->sk_tx_queue_mapping, tx_queue); in sk_tx_queue_set()2061 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
938 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()
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()
4727 val = READ_ONCE(sk->sk_tx_queue_mapping); in sk_tx_queue_get()