Home
last modified time | relevance | path

Searched refs:hash_location (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/ipv6/
Dtcp_ipv6.c976 const __u8 *hash_location = NULL; in tcp_v6_send_reset() local
998 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_send_reset()
1007 } else if (hash_location) { in tcp_v6_send_reset()
1037 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
/linux-5.19.10/net/ipv4/
Dtcp.c4458 const __u8 *hash_location = NULL; in tcp_inbound_md5_hash() local
4471 hash_location = tcp_parse_md5sig_option(th); in tcp_inbound_md5_hash()
4474 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash()
4477 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash()
4482 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash()
4500 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
Dtcp_ipv4.c678 const __u8 *hash_location = NULL; in tcp_v4_send_reset() local
719 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_send_reset()
730 } else if (hash_location) { in tcp_v4_send_reset()
762 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
Dtcp_output.c439 __u8 *hash_location; /* temporary pointer, overloaded */ member
617 opts->hash_location = (__u8 *)ptr; in tcp_options_write()
1363 tp->af_specific->calc_md5_hash(opts.hash_location, in __tcp_transmit_skb()
3611 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()