Searched refs:genhash (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
D | tcp_ipv6.c | 780 int genhash, l3index; in tcp_v6_inbound_md5_hash() local 806 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash() 810 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 813 genhash ? "failed" : "mismatch", in tcp_v6_inbound_md5_hash() 1009 int genhash; in tcp_v6_send_reset() local 1067 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset() 1068 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_ipv4.c | 672 int genhash; in tcp_v4_send_reset() local 753 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 754 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1402 int genhash, l3index; in tcp_v4_inbound_md5_hash() local 1430 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash() 1434 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash() 1439 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_v4_inbound_md5_hash()
|