Searched refs:genhash (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/ipv4/ |
D | tcp.c | 4568 int genhash, l3index; in tcp_inbound_md5_hash() local 4598 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_inbound_md5_hash() 4602 genhash = tp->af_specific->calc_md5_hash(newhash, in tcp_inbound_md5_hash() 4606 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash() 4612 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_inbound_md5_hash() 4616 genhash ? "failed" : "mismatch", in tcp_inbound_md5_hash()
|
D | tcp_ipv4.c | 689 int genhash; in tcp_v4_send_reset() local 770 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 771 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
|
/Linux-v6.1/net/ipv6/ |
D | tcp_ipv6.c | 988 int genhash; in tcp_v6_send_reset() local 1046 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset() 1047 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|