Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dtcp.c4462 int genhash, l3index; in tcp_inbound_md5_hash() local
4492 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_inbound_md5_hash()
4496 genhash = tp->af_specific->calc_md5_hash(newhash, in tcp_inbound_md5_hash()
4500 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
4506 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_inbound_md5_hash()
4510 genhash ? "failed" : "mismatch", in tcp_inbound_md5_hash()
Dtcp_ipv4.c680 int genhash; in tcp_v4_send_reset() local
761 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
762 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
/linux-5.19.10/net/ipv6/
Dtcp_ipv6.c978 int genhash; in tcp_v6_send_reset() local
1036 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset()
1037 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()