Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c640 u8 newhash[16]; in tcp_v6_inbound_md5_hash() local
660 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash()
664 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash()
843 unsigned char newhash[16]; in tcp_v6_send_reset() local
880 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset()
881 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c595 unsigned char newhash[16]; in tcp_v4_send_reset() local
654 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
655 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
1141 unsigned char newhash[16]; in tcp_v4_inbound_md5_hash() local
1164 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash()
1168 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
Dudp.c1421 void udp_lib_rehash(struct sock *sk, u16 newhash) in udp_lib_rehash() argument
1428 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
1429 udp_sk(sk)->udp_portaddr_hash = newhash; in udp_lib_rehash()