Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dsock.h366 #define sk_tx_queue_mapping __sk_common.skc_tx_queue_mapping macro
2009 sk->sk_tx_queue_mapping = tx_queue; in sk_tx_queue_set()
2016 sk->sk_tx_queue_mapping = NO_QUEUE_MAPPING; in sk_tx_queue_clear()
2021 if (sk && sk->sk_tx_queue_mapping != NO_QUEUE_MAPPING) in sk_tx_queue_get()
2022 return sk->sk_tx_queue_mapping; in sk_tx_queue_get()
/Linux-v6.6/net/ipv4/
Dinet_connection_sock.c912 nreq_sk->sk_tx_queue_mapping = req_sk->sk_tx_queue_mapping; in inet_reqsk_clone()
/Linux-v6.6/net/core/
Dsock.c2060 BUILD_BUG_ON(offsetof(struct sock, sk_tx_queue_mapping) < in sock_copy()
2062 offsetof(struct sock, sk_tx_queue_mapping) >= in sock_copy()