Lines Matching refs:hash
125 * @skc_hash: hash value used with various protocol lookup tables
126 * @skc_u16hashes: two u16 hash values used by UDP lookup tables
137 * @skc_bind_node: bind hash linkage for various protocol lookup tables
138 * @skc_portaddr_node: second hash linkage for UDP/UDP-Lite protocol
144 * @skc_node: main hash linkage for various protocol lookup tables
145 * @skc_nulls_node: main hash linkage for TCP/UDP/UDP-Lite protocol
317 * @sk_txhash: computed flow hash for use on transmit
722 when sk is ALREADY grabbed f.e. it is found in hash table
723 or a list and the lookup is made under lock preventing hash table
1058 static inline void sock_rps_record_flow_hash(__u32 hash)
1065 rps_record_sock_flow(sock_flow_table, hash);
1101 if (unlikely(READ_ONCE(sk->sk_rxhash) != skb->hash))
1102 WRITE_ONCE(sk->sk_rxhash, skb->hash);
1224 int (*hash)(struct sock *sk);
1450 return sk->sk_prot->hash(sk);
1826 * * Each access point to socket (an hash table bucket, reference from a list,
1836 * hash tables, lists etc.
2259 skb->hash = txhash;