Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c4509 int genhash, l3index; in tcp_inbound_md5_hash() local
4539 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_inbound_md5_hash()
4543 genhash = tp->af_specific->calc_md5_hash(newhash, in tcp_inbound_md5_hash()
4547 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
4553 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_inbound_md5_hash()
4557 genhash ? "failed" : "mismatch", in tcp_inbound_md5_hash()
H A Dtcp_ipv4.c696 int genhash; in tcp_v4_send_reset() local
778 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
779 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c979 int genhash; in tcp_v6_send_reset() local
1037 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset()
1038 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()