Home
last modified time | relevance | path

Searched refs:sk_tx_queue_mapping (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dsock.h325 * @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()
/linux/net/ipv4/
H A Dinet_connection_sock.c941 nreq_sk->sk_tx_queue_mapping = req_sk->sk_tx_queue_mapping; in inet_reqsk_clone()
H A Dtcp_minisocks.c354 tw->tw_tx_queue_mapping = sk->sk_tx_queue_mapping; in tcp_time_wait()
/linux/net/core/
H A Dsock.c2217 /* 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()
H A Ddev.c4674 val = READ_ONCE(sk->sk_tx_queue_mapping); in sk_tx_queue_get()