newhash           664 net/ipv4/tcp_ipv4.c 	unsigned char newhash[16];
newhash           731 net/ipv4/tcp_ipv4.c 		genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb);
newhash           732 net/ipv4/tcp_ipv4.c 		if (genhash || memcmp(hash_location, newhash, 16) != 0)
newhash          1307 net/ipv4/tcp_ipv4.c 	unsigned char newhash[16];
newhash          1330 net/ipv4/tcp_ipv4.c 	genhash = tcp_v4_md5_hash_skb(newhash,
newhash          1334 net/ipv4/tcp_ipv4.c 	if (genhash || memcmp(hash_location, newhash, 16) != 0) {
newhash          1915 net/ipv4/udp.c void udp_lib_rehash(struct sock *sk, u16 newhash)
newhash          1922 net/ipv4/udp.c 		nhslot2 = udp_hashslot2(udptable, newhash);
newhash          1923 net/ipv4/udp.c 		udp_sk(sk)->udp_portaddr_hash = newhash;
newhash           709 net/ipv6/tcp_ipv6.c 	u8 newhash[16];
newhash           729 net/ipv6/tcp_ipv6.c 	genhash = tcp_v6_md5_hash_skb(newhash,
newhash           733 net/ipv6/tcp_ipv6.c 	if (genhash || memcmp(hash_location, newhash, 16) != 0) {
newhash           931 net/ipv6/tcp_ipv6.c 	unsigned char newhash[16];
newhash           977 net/ipv6/tcp_ipv6.c 		genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb);
newhash           978 net/ipv6/tcp_ipv6.c 		if (genhash || memcmp(hash_location, newhash, 16) != 0)