Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dsock.h355 #define sk_rx_queue_mapping __sk_common.skc_rx_queue_mapping macro
2009 unlikely(READ_ONCE(sk->sk_rx_queue_mapping) != rx_queue)) in __sk_rx_queue_set()
2010 WRITE_ONCE(sk->sk_rx_queue_mapping, rx_queue); in __sk_rx_queue_set()
2028 WRITE_ONCE(sk->sk_rx_queue_mapping, NO_QUEUE_MAPPING); in sk_rx_queue_clear()
2036 int res = READ_ONCE(sk->sk_rx_queue_mapping); in sk_rx_queue_get()
/linux-6.14.4/net/ipv4/
Dinet_connection_sock.c1002 nreq_sk->sk_rx_queue_mapping = req_sk->sk_rx_queue_mapping; in inet_reqsk_clone()
Dtcp_minisocks.c336 tw->tw_rx_queue_mapping = sk->sk_rx_queue_mapping; in tcp_time_wait()
/linux-6.14.4/net/core/
Dfilter.c10085 BPF_FIELD_SIZEOF(struct sock, sk_rx_queue_mapping), in bpf_sock_convert_ctx_access()
10087 bpf_target_off(struct sock, sk_rx_queue_mapping, in bpf_sock_convert_ctx_access()
10089 sk_rx_queue_mapping), in bpf_sock_convert_ctx_access()