Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Drps.h119 sock_rps_record_flow_hash(READ_ONCE(sk->sk_rxhash)); in sock_rps_record_flow()
H A Dsock.h383 #define sk_rxhash __sk_common.skc_rxhash macro
1154 if (unlikely(READ_ONCE(sk->sk_rxhash) != skb->hash)) in sock_rps_save_rxhash()
1155 WRITE_ONCE(sk->sk_rxhash, skb->hash); in sock_rps_save_rxhash()
1163 WRITE_ONCE(sk->sk_rxhash, 0); in sock_rps_reset_rxhash()
/linux-6.15/Documentation/networking/
H A Dpacket_mmap.rst589 4.2 tpkt_hdr::sk_rxhash
/linux-6.15/net/sctp/
H A Dsocket.c9496 newsk->sk_rxhash = sk->sk_rxhash; in sctp_copy_sock()