Searched refs:hash_location (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/ipv6/ |
D | tcp_ipv6.c | 759 const __u8 *hash_location = NULL; in tcp_v6_inbound_md5_hash() local 772 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_inbound_md5_hash() 775 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash() 778 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash() 783 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash() 793 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 990 const __u8 *hash_location = NULL; in tcp_v6_send_reset() local 1012 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_send_reset() 1021 } else if (hash_location) { in tcp_v6_send_reset() 1051 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/Linux-v5.10/net/ipv4/ |
D | tcp_ipv4.c | 670 const __u8 *hash_location = NULL; in tcp_v4_send_reset() local 711 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_send_reset() 722 } else if (hash_location) { in tcp_v4_send_reset() 754 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1383 const __u8 *hash_location = NULL; in tcp_v4_inbound_md5_hash() local 1398 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_inbound_md5_hash() 1401 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash() 1404 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash() 1409 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash() 1421 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
|
D | tcp_output.c | 442 __u8 *hash_location; /* temporary pointer, overloaded */ member 617 opts->hash_location = (__u8 *)ptr; in tcp_options_write() 1366 tp->af_specific->calc_md5_hash(opts.hash_location, in __tcp_transmit_skb() 3602 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()
|