Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/ !
Dsock.h390 #define sk_rxhash __sk_common.skc_rxhash macro
1116 sock_rps_record_flow_hash(sk->sk_rxhash); in sock_rps_record_flow()
1125 if (unlikely(sk->sk_rxhash != skb->hash)) in sock_rps_save_rxhash()
1126 sk->sk_rxhash = skb->hash; in sock_rps_save_rxhash()
1133 sk->sk_rxhash = 0; in sock_rps_reset_rxhash()
/linux-5.19.10/Documentation/networking/ !
Dpacket_mmap.rst588 4.2 tpkt_hdr::sk_rxhash
/linux-5.19.10/net/sctp/ !
Dsocket.c9443 newsk->sk_rxhash = sk->sk_rxhash; in sctp_copy_sock()