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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c1147 __u8 *hash_location = NULL; local
1189 hash_location = ptr;
1198 if (!hash_expected && !hash_location)
1201 if (hash_expected && !hash_location) {
1209 if (!hash_expected && hash_location) {
1217 /* Okay, so this is hash_expected and hash_location -
1226 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c844 __u8 *hash_location = NULL; local
876 hash_location = ptr;
887 if (!hash_location)
899 if (!hash_location) {
916 if (genhash || memcmp(hash_location, newhash, 16) != 0) {

Completed in 103 milliseconds