Searched refs:newhash (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/
H A Dtcp_ipv4.c617 unsigned char newhash[16]; local
672 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, NULL, skb);
673 if (genhash || memcmp(hash_location, newhash, 16) != 0)
1231 unsigned char newhash[16]; local
1254 genhash = tcp_v4_md5_hash_skb(newhash,
1258 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
H A Dudp.c1360 void udp_lib_rehash(struct sock *sk, u16 newhash) argument
1367 nhslot2 = udp_hashslot2(udptable, newhash);
1368 udp_sk(sk)->udp_portaddr_hash = newhash;
/net/ipv6/
H A Dtcp_ipv6.c670 u8 newhash[16]; local
690 genhash = tcp_v6_md5_hash_skb(newhash,
694 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
825 unsigned char newhash[16]; local
858 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, NULL, skb);
859 if (genhash || memcmp(hash_location, newhash, 16) != 0)

Completed in 49 milliseconds