Home
last modified time | relevance | path

Searched refs:hash_expected (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c634 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local
640 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr); 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()
659 hash_expected, in tcp_v6_inbound_md5_hash()
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c1132 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local
1138 hash_expected = tcp_md5_do_lookup(sk, (union tcp_md5_addr *)&iph->saddr, 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()
1160 hash_expected, in tcp_v4_inbound_md5_hash()