Home
last modified time | relevance | path

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

/linux/net/ipv6/
A Dtcp_ipv6.c781 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local
792 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr, l3index); 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()
811 hash_expected, in tcp_v6_inbound_md5_hash()
/linux/net/ipv4/
A Dtcp_ipv4.c1421 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local
1434 hash_expected = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); 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()
1455 hash_expected, in tcp_v4_inbound_md5_hash()

Completed in 12 milliseconds