Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dsock.h391 #define sk_rxhash __sk_common.skc_rxhash macro
1150 sock_rps_record_flow_hash(sk->sk_rxhash); in sock_rps_record_flow()
1159 if (unlikely(sk->sk_rxhash != skb->hash)) in sock_rps_save_rxhash()
1160 sk->sk_rxhash = skb->hash; in sock_rps_save_rxhash()
1167 sk->sk_rxhash = 0; in sock_rps_reset_rxhash()
/linux-6.1.9/Documentation/networking/
Dpacket_mmap.rst588 4.2 tpkt_hdr::sk_rxhash
/linux-6.1.9/net/sctp/
Dsocket.c9439 newsk->sk_rxhash = sk->sk_rxhash; in sctp_copy_sock()