Home
last modified time | relevance | path

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

/linux/net/ipv6/
A Dtcp_ipv6.c785 u8 newhash[16]; in tcp_v6_inbound_md5_hash() local
810 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash()
814 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash()
1028 unsigned char newhash[16]; in tcp_v6_send_reset() local
1087 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset()
1088 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
/linux/net/ipv4/
A Dtcp_ipv4.c678 unsigned char newhash[16]; in tcp_v4_send_reset() local
760 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
761 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
1425 unsigned char newhash[16]; in tcp_v4_inbound_md5_hash() local
1454 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash()
1458 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
A Dudp.c2034 void udp_lib_rehash(struct sock *sk, u16 newhash) in udp_lib_rehash() argument
2041 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
2042 udp_sk(sk)->udp_portaddr_hash = newhash; in udp_lib_rehash()

Completed in 18 milliseconds