Home
last modified time | relevance | path

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

/include/net/
Dsock.h397 #define sk_rxhash __sk_common.skc_rxhash macro
1177 sock_rps_record_flow_hash(READ_ONCE(sk->sk_rxhash)); in sock_rps_record_flow()
1190 if (unlikely(READ_ONCE(sk->sk_rxhash) != skb->hash)) in sock_rps_save_rxhash()
1191 WRITE_ONCE(sk->sk_rxhash, skb->hash); in sock_rps_save_rxhash()
1199 WRITE_ONCE(sk->sk_rxhash, 0); in sock_rps_reset_rxhash()