Searched refs:hash_location (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| A D | tcp_ipv6.c | 780 const __u8 *hash_location = NULL; in tcp_v6_inbound_md5_hash() local 793 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_inbound_md5_hash() 796 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash() 799 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash() 804 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash() 814 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 1027 const __u8 *hash_location = NULL; in tcp_v6_send_reset() local 1049 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_send_reset() 1058 } else if (hash_location) { in tcp_v6_send_reset() 1088 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
| /linux/net/ipv4/ |
| A D | tcp_ipv4.c | 677 const __u8 *hash_location = NULL; in tcp_v4_send_reset() local 718 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_send_reset() 729 } else if (hash_location) { in tcp_v4_send_reset() 761 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1420 const __u8 *hash_location = NULL; in tcp_v4_inbound_md5_hash() local 1435 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_inbound_md5_hash() 1438 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash() 1441 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash() 1446 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash() 1458 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
|
| A D | tcp_output.c | 441 __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() 3589 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()
|
Completed in 21 milliseconds