Searched refs:genhash (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 639 int genhash; in tcp_v6_inbound_md5_hash() local 660 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash() 664 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 666 genhash ? "failed" : "mismatch", in tcp_v6_inbound_md5_hash() 844 int genhash; in tcp_v6_send_reset() local 880 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset() 881 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_ipv4.c | 596 int genhash; in tcp_v4_send_reset() local 654 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 655 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1140 int genhash; in tcp_v4_inbound_md5_hash() local 1164 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash() 1168 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash() 1172 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_v4_inbound_md5_hash()
|