Searched defs:hash_location (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/
H A Dtcp_ipv4.c590 const __u8 *hash_location = NULL; local
627 hash_location = tcp_parse_md5sig_option(th);
628 if (!sk && hash_location) {
650 if (genhash || memcmp(hash_location, newhash, 16) != 0)
1164 const __u8 *hash_location = NULL; local
1173 hash_location = tcp_parse_md5sig_option(th);
1176 if (!hash_expected && !hash_location)
1179 if (hash_expected && !hash_location) {
1184 if (!hash_expected && hash_location) {
1189 /* Okay, so this is hash_expected and hash_location
[all...]
H A Dtcp_output.c424 u8 hash_size; /* bytes in hash_location */
425 __u8 *hash_location; /* temporary pointer, overloaded */ member in struct:tcp_out_options
452 opts->hash_location = (__u8 *)ptr;
985 tp->af_specific->calc_md5_hash(opts.hash_location,
2897 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location,
/net/ipv6/
H A Dtcp_ipv6.c677 const __u8 *hash_location = NULL; local
685 hash_location = tcp_parse_md5sig_option(th);
688 if (!hash_expected && !hash_location)
691 if (hash_expected && !hash_location) {
696 if (!hash_expected && hash_location) {
706 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
896 const __u8 *hash_location = NULL; local
914 hash_location = tcp_parse_md5sig_option(th);
915 if (!sk && hash_location) {
936 if (genhash || memcmp(hash_location, newhas
[all...]

Completed in 363 milliseconds