Searched refs:hash_location (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 633 const __u8 *hash_location = NULL; in tcp_v6_inbound_md5_hash() local 641 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_inbound_md5_hash() 644 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash() 647 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash() 652 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash() 662 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 838 const __u8 *hash_location = NULL; in tcp_v6_send_reset() local 856 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_send_reset() 857 if (!sk && hash_location) { in tcp_v6_send_reset() 878 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_ipv4.c | 591 const __u8 *hash_location = NULL; in tcp_v4_send_reset() local 629 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_send_reset() 630 if (!sk && hash_location) { in tcp_v4_send_reset() 652 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1131 const __u8 *hash_location = NULL; in tcp_v4_inbound_md5_hash() local 1140 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_inbound_md5_hash() 1143 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash() 1146 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash() 1151 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash() 1163 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
|
D | tcp_output.c | 431 __u8 *hash_location; /* temporary pointer, overloaded */ member 458 opts->hash_location = (__u8 *)ptr; in tcp_options_write() 1004 tp->af_specific->calc_md5_hash(opts.hash_location, in tcp_transmit_skb() 3019 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()
|