Searched refs:newhash (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/ipv6/ |
D | tcp_ipv6.c | 764 u8 newhash[16]; in tcp_v6_inbound_md5_hash() local 789 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash() 793 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 991 unsigned char newhash[16]; in tcp_v6_send_reset() local 1050 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset() 1051 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
/Linux-v5.10/net/ipv4/ |
D | tcp_ipv4.c | 671 unsigned char newhash[16]; in tcp_v4_send_reset() local 753 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 754 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1388 unsigned char newhash[16]; in tcp_v4_inbound_md5_hash() local 1417 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash() 1421 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
|
D | udp.c | 1975 void udp_lib_rehash(struct sock *sk, u16 newhash) in udp_lib_rehash() argument 1982 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash() 1983 udp_sk(sk)->udp_portaddr_hash = newhash; in udp_lib_rehash()
|