Home
last modified time | relevance | path

Searched refs:genhash (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dtcp_ipv6.c783 int genhash, l3index; in tcp_v6_inbound_md5_hash() local
809 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash()
813 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash()
816 genhash ? "failed" : "mismatch", in tcp_v6_inbound_md5_hash()
1015 int genhash; in tcp_v6_send_reset() local
1073 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset()
1074 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c682 int genhash; in tcp_v4_send_reset() local
763 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
764 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
1419 int genhash, l3index; in tcp_v4_inbound_md5_hash() local
1447 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash()
1451 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
1456 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_v4_inbound_md5_hash()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c4472 int genhash, l3index; in tcp_inbound_md5_hash() local
4502 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_inbound_md5_hash()
4506 genhash = tp->af_specific->calc_md5_hash(newhash, in tcp_inbound_md5_hash()
4510 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
4516 genhash ? " tcp_v4_calc_md5_hash failed" in tcp_inbound_md5_hash()
4520 genhash ? "failed" : "mismatch", in tcp_inbound_md5_hash()
H A Dtcp_ipv4.c690 int genhash; in tcp_v4_send_reset() local
772 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
773 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
/kernel/linux/linux-6.6/net/ipv6/
H A Dtcp_ipv6.c985 int genhash; in tcp_v6_send_reset() local
1043 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset()
1044 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()

Completed in 19 milliseconds