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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c1156 struct tcp_md5sig_key *hash_expected; local
1162 hash_expected = tcp_v4_md5_do_lookup(sk, iph->saddr);
1166 if (!hash_expected && !hash_location)
1169 if (hash_expected && !hash_location) {
1174 if (!hash_expected && hash_location) {
1179 /* Okay, so this is hash_expected and hash_location -
1183 hash_expected,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c851 struct tcp_md5sig_key *hash_expected; local
857 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr);
861 if (!hash_expected && !hash_location)
864 if (hash_expected && !hash_location) {
869 if (!hash_expected && hash_location) {
876 hash_expected,

Completed in 52 milliseconds