Searched refs:newhash (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | tcp_ipv6.c | 781 u8 newhash[16]; in tcp_v6_inbound_md5_hash() local 806 genhash = tcp_v6_md5_hash_skb(newhash, in tcp_v6_inbound_md5_hash() 810 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v6_inbound_md5_hash() 1008 unsigned char newhash[16]; in tcp_v6_send_reset() local 1067 genhash = tcp_v6_md5_hash_skb(newhash, key, NULL, skb); in tcp_v6_send_reset() 1068 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_ipv4.c | 673 unsigned char newhash[16]; in tcp_v4_send_reset() local 755 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 756 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset() 1403 unsigned char newhash[16]; in tcp_v4_inbound_md5_hash() local 1432 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_v4_inbound_md5_hash() 1436 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
|
| H A D | udp.c | 1985 void udp_lib_rehash(struct sock *sk, u16 newhash) in udp_lib_rehash() argument 1992 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash() 1993 udp_sk(sk)->udp_portaddr_hash = newhash; in udp_lib_rehash()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 2417 … newhash = bb.parse.siggen.get_taskhash(tid, self.rqdata.runtaskentries[tid].depends, dc) 2427 … bb.parse.siggen.report_unihash_equiv(tid, newhash, origuni, newuni, self.rqdata.dataCaches) 2433 self.rqdata.runtaskentries[tid].hash = newhash
|