Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c977 const __u8 *hash_location = NULL; in tcp_v6_send_reset() local
1000 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_send_reset()
1009 } else if (hash_location) { in tcp_v6_send_reset()
1038 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
/openbmc/linux/net/ipv4/
H A Dtcp.c4505 const __u8 *hash_location = NULL; in tcp_inbound_md5_hash() local
4518 hash_location = tcp_parse_md5sig_option(th); in tcp_inbound_md5_hash()
4521 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash()
4524 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash()
4529 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash()
4547 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
H A Dtcp_ipv4.c694 const __u8 *hash_location = NULL; in tcp_v4_send_reset() local
736 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_send_reset()
747 } else if (hash_location) { in tcp_v4_send_reset()
779 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
H A Dtcp_output.c453 __u8 *hash_location; /* temporary pointer, overloaded */ member
631 opts->hash_location = (__u8 *)ptr; in tcp_options_write()
1383 tp->af_specific->calc_md5_hash(opts.hash_location, in __tcp_transmit_skb()
3736 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()