Searched refs:newhash (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/ipv6/ |
D | tcp_ipv6.c | 984 unsigned char newhash[16]; in tcp_v6_send_reset() local 1043 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset() 1044 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/Linux-v6.6/net/ipv4/ |
D | tcp.c | 4445 u8 newhash[16]; in tcp_inbound_md5_hash() local 4474 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_inbound_md5_hash() 4478 genhash = tp->af_specific->calc_md5_hash(newhash, in tcp_inbound_md5_hash() 4482 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
|
D | tcp_ipv4.c | 689 unsigned char newhash[16]; in tcp_v4_send_reset() local 772 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 773 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
|
D | udp.c | 1979 void udp_lib_rehash(struct sock *sk, u16 newhash) in udp_lib_rehash() argument 1986 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash() 1987 udp_sk(sk)->udp_portaddr_hash = newhash; in udp_lib_rehash()
|