Searched refs:h2 (Results 1 – 5 of 5) sorted by relevance
248 u_int64_t h2 = seed, k2; in net_flowhash_mh3_x64_128() local276 h1 += h2; in net_flowhash_mh3_x64_128()288 h2 ^= k2; in net_flowhash_mh3_x64_128()291 __asm__ ( "rol $31, %[h2]\n\t" :[h2] "+r" (h2) : :); in net_flowhash_mh3_x64_128()293 __asm__ ( "ror %[h2], %[h2], #(64-31)\n\t" :[h2] "+r" (h2) : :); in net_flowhash_mh3_x64_128()295 h2 = ROTL64(h2, 31); in net_flowhash_mh3_x64_128()297 h2 += h1; in net_flowhash_mh3_x64_128()298 h2 = h2 * 5 + 0x38495ab5; in net_flowhash_mh3_x64_128()336 h2 ^= k2; in net_flowhash_mh3_x64_128()376 h2 ^= len; in net_flowhash_mh3_x64_128()[all …]
8008 struct ip h2; in pf_test_state_icmp() local8024 if (!pf_pull_hdr(pbuf, ipoff2, &h2, sizeof(h2), in pf_test_state_icmp()8035 if (h2.ip_off & htons(IP_OFFMASK)) { in pf_test_state_icmp()8041 off2 = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()8043 pd2.off = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()8045 pd2.proto = h2.ip_p; in pf_test_state_icmp()8046 pd2.src = (struct pf_addr *)&h2.ip_src; in pf_test_state_icmp()8047 pd2.dst = (struct pf_addr *)&h2.ip_dst; in pf_test_state_icmp()8048 pd2.ip_sum = &h2.ip_sum; in pf_test_state_icmp()8293 pbuf_copy_back(pbuf, ipoff2, sizeof(h2), in pf_test_state_icmp()[all …]
39 uint32_t h0, h1, h2, h3, h4; member
173 #define CCN528_C(i1,i0,h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e… argument175 …CCN256_C(h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2…
929 ipv4_tcp_memcmp(const uint8_t *h1, const uint8_t *h2) in ipv4_tcp_memcmp() argument931 return sk_memcmp_mask_64B(h1, h2, (const uint8_t *)&ip_tcp_mask) == 0; in ipv4_tcp_memcmp()936 ipv6_tcp_memcmp(const uint8_t *h1, const uint8_t *h2) in ipv6_tcp_memcmp() argument938 return sk_memcmp_mask_80B(h1, h2, (const uint8_t *)&ip6_tcp_mask) == 0; in ipv6_tcp_memcmp()