Searched refs:hash_location (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 779 const __u8 *hash_location = NULL; in tcp_v6_inbound_md5_hash() local 792 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_inbound_md5_hash() 795 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash() 798 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash() 803 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash() 813 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 1013 const __u8 *hash_location = NULL; in tcp_v6_send_reset() local 1035 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_send_reset() 1044 } else if (hash_location) { in tcp_v6_send_reset() 1074 if (genhash || memcmp(hash_location, newhas in tcp_v6_send_reset() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 680 const __u8 *hash_location = NULL; in tcp_v4_send_reset() local 721 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_send_reset() 732 } else if (hash_location) { in tcp_v4_send_reset() 764 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1413 const __u8 *hash_location = NULL; in tcp_v4_inbound_md5_hash() local 1428 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_inbound_md5_hash() 1431 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash() 1434 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash() 1439 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash() 1444 /* Okay, so this is hash_expected and hash_location in tcp_v4_inbound_md5_hash() [all...] |
H A D | tcp_output.c | 439 u8 hash_size; /* bytes in hash_location */ 441 __u8 *hash_location; /* temporary pointer, overloaded */ member 616 opts->hash_location = (__u8 *)ptr; in tcp_options_write() 1365 tp->af_specific->calc_md5_hash(opts.hash_location, in __tcp_transmit_skb() 3639 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 983 const __u8 *hash_location = NULL; in tcp_v6_send_reset() local 1006 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_send_reset() 1015 } else if (hash_location) { in tcp_v6_send_reset() 1044 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 4468 const __u8 *hash_location = NULL; in tcp_inbound_md5_hash() local 4481 hash_location = tcp_parse_md5sig_option(th); in tcp_inbound_md5_hash() 4484 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash() 4487 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash() 4492 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash() 4510 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
|
H A D | tcp_output.c | 446 u8 hash_size; /* bytes in hash_location */ 448 __u8 *hash_location; /* temporary pointer, overloaded */ member 626 opts->hash_location = (__u8 *)ptr; in tcp_options_write() 1376 tp->af_specific->calc_md5_hash(opts.hash_location, in __tcp_transmit_skb() 3729 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()
|
H A D | tcp_ipv4.c | 688 const __u8 *hash_location = NULL; in tcp_v4_send_reset() local 730 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_send_reset() 741 } else if (hash_location) { in tcp_v4_send_reset() 773 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
|
Completed in 27 milliseconds