Searched refs:genhash (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | tcp_ipv6.c | 1026 int genhash; in tcp_v6_send_reset() local 1086 genhash = tcp_v6_md5_hash_skb(newhash, key.md5_key, NULL, skb); in tcp_v6_send_reset() 1087 if (genhash || memcmp(md5_hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/linux-6.12.1/net/ipv4/ |
D | tcp.c | 4742 int genhash; in tcp_inbound_md5_hash() local 4757 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_inbound_md5_hash() 4759 genhash = tp->af_specific->calc_md5_hash(newhash, key, in tcp_inbound_md5_hash() 4761 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
|
D | tcp_ipv4.c | 753 int genhash; in tcp_v4_send_reset() local 841 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 842 if (genhash || memcmp(md5_hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
|