Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h368 #define sk_tx_queue_mapping __sk_common.skc_tx_queue_mapping macro
2021 if (READ_ONCE(sk->sk_tx_queue_mapping) != tx_queue) { in sk_tx_queue_set()
2022 WRITE_ONCE(sk->sk_tx_queue_mapping, tx_queue); in sk_tx_queue_set()
2039 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
/linux/net/core/
H A Dsock.c2210 /* If we move sk_tx_queue_mapping out of the private section, in sock_copy()
2214 BUILD_BUG_ON(offsetof(struct sock, sk_tx_queue_mapping) < in sock_copy()
2216 offsetof(struct sock, sk_tx_queue_mapping) >= in sock_copy()
H A Ddev.c4632 val = READ_ONCE(sk->sk_tx_queue_mapping); in sk_tx_queue_get()