Home
last modified time | relevance | path

Searched refs:md5_hash_location (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c1017 const __u8 *md5_hash_location = NULL; in tcp_v6_send_reset() local
1046 if (tcp_parse_auth_options(th, &md5_hash_location, &aoh)) in tcp_v6_send_reset()
1062 } else if (md5_hash_location) { in tcp_v6_send_reset()
1092 if (genhash || memcmp(md5_hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c747 const __u8 *md5_hash_location = NULL; in tcp_v4_send_reset() local
793 if (tcp_parse_auth_options(tcp_hdr(skb), &md5_hash_location, &aoh)) in tcp_v4_send_reset()
811 } else if (md5_hash_location) { in tcp_v4_send_reset()
843 if (genhash || memcmp(md5_hash_location, newhash, 16) != 0) in tcp_v4_send_reset()