Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c1031 int genhash; in tcp_v6_send_reset() local
1091 genhash = tcp_v6_md5_hash_skb(newhash, key.md5_key, NULL, skb); in tcp_v6_send_reset()
1092 if (genhash || memcmp(md5_hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
/linux-6.15/net/ipv4/
H A Dtcp.c4799 int genhash; in tcp_inbound_md5_hash() local
4814 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_inbound_md5_hash()
4816 genhash = tp->af_specific->calc_md5_hash(newhash, key, in tcp_inbound_md5_hash()
4818 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
H A Dtcp_ipv4.c754 int genhash; in tcp_v4_send_reset() local
842 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
843 if (genhash || memcmp(md5_hash_location, newhash, 16) != 0) in tcp_v4_send_reset()