Home
last modified time | relevance | path

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

/net/ipv6/
Dtcp_ipv6.c726 int genhash; in tcp_v6_inbound_md5_hash() local
747 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash()
751 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash()
754 genhash ? "failed" : "mismatch", in tcp_v6_inbound_md5_hash()
950 int genhash; in tcp_v6_send_reset() local
995 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset()
996 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
/net/ipv4/
Dtcp_ipv4.c667 int genhash; in tcp_v4_send_reset() local
733 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
734 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
1317 int genhash; in tcp_v4_inbound_md5_hash() local
1341 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash()
1345 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
1350 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_v4_inbound_md5_hash()