Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c984 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()
/openbmc/linux/net/ipv4/
H A Dtcp.c4482 u8 newhash[16]; in tcp_inbound_md5_hash() local
4511 genhash = tcp_v4_md5_hash_skb(newhash, in tcp_inbound_md5_hash()
4515 genhash = tp->af_specific->calc_md5_hash(newhash, in tcp_inbound_md5_hash()
4519 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
H A Dtcp_ipv4.c695 unsigned char newhash[16]; in tcp_v4_send_reset() local
778 genhash = tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset()
779 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
H A Dudp.c2002 void udp_lib_rehash(struct sock *sk, u16 newhash) in udp_lib_rehash() argument
2009 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
2010 udp_sk(sk)->udp_portaddr_hash = newhash; in udp_lib_rehash()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py2567newhash = bb.parse.siggen.get_taskhash(tid, self.rqdata.runtaskentries[tid].depends, self.rqdata.d…
2577 … bb.parse.siggen.report_unihash_equiv(tid, newhash, origuni, newuni, self.rqdata.dataCaches)
2583 self.rqdata.runtaskentries[tid].hash = newhash