Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h384 #define sk_rxhash __sk_common.skc_rxhash macro
1096 sock_rps_record_flow_hash(sk->sk_rxhash); in sock_rps_record_flow()
1105 if (unlikely(sk->sk_rxhash != skb->hash)) in sock_rps_save_rxhash()
1106 sk->sk_rxhash = skb->hash; in sock_rps_save_rxhash()
1113 sk->sk_rxhash = 0; in sock_rps_reset_rxhash()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst589 4.2 tpkt_hdr::sk_rxhash
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c9208 newsk->sk_rxhash = sk->sk_rxhash; in sctp_copy_sock()