Searched refs:genhash (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | tcp_ipv6.c | 696 int genhash; in tcp_v6_inbound_md5_hash() local 717 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash() 721 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 724 genhash ? "failed" : "mismatch", in tcp_v6_inbound_md5_hash() 910 int genhash; in tcp_v6_send_reset() local 951 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset() 952 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/Linux-v4.19/net/ipv4/ |
D | tcp_ipv4.c | 663 int genhash; in tcp_v4_send_reset() local 728 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 729 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1291 int genhash; in tcp_v4_inbound_md5_hash() local 1315 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash() 1319 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash() 1324 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_v4_inbound_md5_hash()
|