Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h360 #define sk_tx_queue_mapping __sk_common.skc_tx_queue_mapping macro
1983 WRITE_ONCE(sk->sk_tx_queue_mapping, tx_queue); in sk_tx_queue_set()
1993 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
2002 int val = READ_ONCE(sk->sk_tx_queue_mapping); in sk_tx_queue_get()
/linux/net/ipv4/
H A Dinet_connection_sock.c982 nreq_sk->sk_tx_queue_mapping = req_sk->sk_tx_queue_mapping; in inet_reqsk_clone()
H A Dtcp_minisocks.c337 tw->tw_tx_queue_mapping = sk->sk_tx_queue_mapping; in tcp_time_wait()
/linux/net/core/
H A Dsock.c2216 BUILD_BUG_ON(offsetof(struct sock, sk_tx_queue_mapping) < in sock_copy()
2218 offsetof(struct sock, sk_tx_queue_mapping) >= in sock_copy()