Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dtcp_ipv6.c989 unsigned char newhash[16]; in tcp_v6_send_response()
1048 tcp_v6_md5_hash_skb(newhash, key.md5_key, NULL, skb); in tcp_v6_send_reset()
1049 if (memcmp(md5_hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
1034 unsigned char newhash[16]; tcp_v6_send_reset() local
/linux/net/ipv4/
H A Dtcp.c4897 u8 newhash[16]; in tcp_inbound_md5_hash()
4911 tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_inbound_md5_hash()
4913 tp->af_specific->calc_md5_hash(newhash, key, NULL, skb); in tcp_inbound_md5_hash()
4914 if (memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
4881 u8 newhash[16]; tcp_inbound_md5_hash() local
H A Dudp.c2260 void udp_lib_rehash(struct sock *sk, u16 newhash, u16 newhash4) in udp_lib_rehash() argument
2269 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
2270 udp_sk(sk)->udp_portaddr_hash = newhash; in udp_lib_rehash()