Searched refs:sk_rx_queue_mapping (Results 1 – 3 of 3) sorted by relevance
367 #define sk_rx_queue_mapping __sk_common.skc_rx_queue_mapping macro2015 unlikely(READ_ONCE(sk->sk_rx_queue_mapping) != rx_queue)) in __sk_rx_queue_set()2016 WRITE_ONCE(sk->sk_rx_queue_mapping, rx_queue); in __sk_rx_queue_set()2034 WRITE_ONCE(sk->sk_rx_queue_mapping, NO_QUEUE_MAPPING); in sk_rx_queue_clear()2042 int res = READ_ONCE(sk->sk_rx_queue_mapping); in sk_rx_queue_get()
911 nreq_sk->sk_rx_queue_mapping = req_sk->sk_rx_queue_mapping; in inet_reqsk_clone()
9791 BPF_FIELD_SIZEOF(struct sock, sk_rx_queue_mapping), in bpf_sock_convert_ctx_access()9793 bpf_target_off(struct sock, sk_rx_queue_mapping, in bpf_sock_convert_ctx_access()9795 sk_rx_queue_mapping), in bpf_sock_convert_ctx_access()
Completed in 32 milliseconds