Home
last modified time | relevance | path

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

/linux-6.8/include/net/
Dsock.h350 #define sk_tx_queue_mapping __sk_common.skc_tx_queue_mapping macro
1984 WRITE_ONCE(sk->sk_tx_queue_mapping, tx_queue); in sk_tx_queue_set()
1994 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
2003 int val = READ_ONCE(sk->sk_tx_queue_mapping); in sk_tx_queue_get()
/linux-6.8/net/ipv4/
Dinet_connection_sock.c913 nreq_sk->sk_tx_queue_mapping = req_sk->sk_tx_queue_mapping; in inet_reqsk_clone()
/linux-6.8/net/core/
Dsock.c2048 BUILD_BUG_ON(offsetof(struct sock, sk_tx_queue_mapping) < in sock_copy()
2050 offsetof(struct sock, sk_tx_queue_mapping) >= in sock_copy()