crypto/krb5/src/lib/crypto/builtin/aes/aestab.h
113
d_1(uint8_t, t_dec(s,box), sb_data, h0);
crypto/krb5/src/lib/crypto/builtin/aes/aestab.h
116
d_1(uint8_t, t_dec(i,box), isb_data, h0);
crypto/openssh/openbsd-compat/memmem.c
172
memmem(const void *h0, size_t k, const void *n0, size_t l)
crypto/openssh/openbsd-compat/memmem.c
174
const unsigned char *h = h0, *n = n0;
crypto/openssh/openbsd-compat/memmem.c
183
h = memchr(h0, *n, k);
crypto/openssh/openbsd-compat/memmem.c
185
k -= h - (const unsigned char *)h0;
crypto/openssh/poly1305.c
117
h0 += t0 & 0x3ffffff;
crypto/openssh/poly1305.c
126
b = h0 >> 26; h0 = h0 & 0x3ffffff;
crypto/openssh/poly1305.c
131
h0 += b * 5; b = h0 >> 26; h0 = h0 & 0x3ffffff;
crypto/openssh/poly1305.c
134
g0 = h0 + 5; b = g0 >> 26; g0 &= 0x3ffffff;
crypto/openssh/poly1305.c
142
h0 = (h0 & nb) | (g0 & b);
crypto/openssh/poly1305.c
148
f0 = ((h0 ) | (h1 << 26)) + (uint64_t)U8TO32_LE(&key[16]);
crypto/openssh/poly1305.c
33
uint32_t h0,h1,h2,h3,h4;
crypto/openssh/poly1305.c
63
h0 = 0;
crypto/openssh/poly1305.c
80
h0 += t0 & 0x3ffffff;
crypto/openssh/poly1305.c
88
t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
crypto/openssh/poly1305.c
89
t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
crypto/openssh/poly1305.c
90
t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3);
crypto/openssh/poly1305.c
91
t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4);
crypto/openssh/poly1305.c
92
t[4] = mul32x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0);
crypto/openssh/poly1305.c
94
h0 = (uint32_t)t[0] & 0x3ffffff; c = (t[0] >> 26);
crypto/openssh/poly1305.c
99
h0 += b * 5;
crypto/openssl/crypto/ec/curve25519.c
1241
int64_t h0 = f0g0 + f1g9_38 + f2g8_19 + f3g7_38 + f4g6_19 + f5g5_38 + f6g4_19 + f7g3_38 + f8g2_19 + f9g1_38;
crypto/openssl/crypto/ec/curve25519.c
1267
carry0 = h0 + (1 << 25);
crypto/openssl/crypto/ec/curve25519.c
1269
h0 -= carry0 & kTop38Bits;
crypto/openssl/crypto/ec/curve25519.c
1323
h0 += (carry9 >> 25) * 19;
crypto/openssl/crypto/ec/curve25519.c
1328
carry0 = h0 + (1 << 25);
crypto/openssl/crypto/ec/curve25519.c
1330
h0 -= carry0 & kTop38Bits;
crypto/openssl/crypto/ec/curve25519.c
1334
h[0] = (int32_t)h0;
crypto/openssl/crypto/ec/curve25519.c
1439
int64_t h0 = f0f0 + f1f9_76 + f2f8_38 + f3f7_76 + f4f6_38 + f5f5_38;
crypto/openssl/crypto/ec/curve25519.c
1460
carry0 = h0 + (1 << 25);
crypto/openssl/crypto/ec/curve25519.c
1462
h0 -= carry0 & kTop38Bits;
crypto/openssl/crypto/ec/curve25519.c
1496
h0 += (carry9 >> 25) * 19;
crypto/openssl/crypto/ec/curve25519.c
1499
carry0 = h0 + (1 << 25);
crypto/openssl/crypto/ec/curve25519.c
1501
h0 -= carry0 & kTop38Bits;
crypto/openssl/crypto/ec/curve25519.c
1503
h[0] = (int32_t)h0;
crypto/openssl/crypto/ec/curve25519.c
1772
int64_t h0 = f0f0 + f1f9_76 + f2f8_38 + f3f7_76 + f4f6_38 + f5f5_38;
crypto/openssl/crypto/ec/curve25519.c
1793
h0 += h0;
crypto/openssl/crypto/ec/curve25519.c
1804
carry0 = h0 + (1 << 25);
crypto/openssl/crypto/ec/curve25519.c
1806
h0 -= carry0 & kTop38Bits;
crypto/openssl/crypto/ec/curve25519.c
1840
h0 += (carry9 >> 25) * 19;
crypto/openssl/crypto/ec/curve25519.c
1843
carry0 = h0 + (1 << 25);
crypto/openssl/crypto/ec/curve25519.c
1845
h0 -= carry0 & kTop38Bits;
crypto/openssl/crypto/ec/curve25519.c
1847
h[0] = (int32_t)h0;
crypto/openssl/crypto/ec/curve25519.c
311
uint64_t h0 = load_7(s); /* 56 bits */
crypto/openssl/crypto/ec/curve25519.c
317
h1 |= h0 >> 51;
crypto/openssl/crypto/ec/curve25519.c
318
h0 &= MASK51;
crypto/openssl/crypto/ec/curve25519.c
326
h[0] = h0;
crypto/openssl/crypto/ec/curve25519.c
335
uint64_t h0 = h[0];
crypto/openssl/crypto/ec/curve25519.c
343
q = (h0 + 19) >> 51;
crypto/openssl/crypto/ec/curve25519.c
350
h0 += 19 * q;
crypto/openssl/crypto/ec/curve25519.c
351
h1 += h0 >> 51;
crypto/openssl/crypto/ec/curve25519.c
352
h0 &= MASK51;
crypto/openssl/crypto/ec/curve25519.c
362
s[0] = (uint8_t)(h0 >> 0);
crypto/openssl/crypto/ec/curve25519.c
363
s[1] = (uint8_t)(h0 >> 8);
crypto/openssl/crypto/ec/curve25519.c
364
s[2] = (uint8_t)(h0 >> 16);
crypto/openssl/crypto/ec/curve25519.c
365
s[3] = (uint8_t)(h0 >> 24);
crypto/openssl/crypto/ec/curve25519.c
366
s[4] = (uint8_t)(h0 >> 32);
crypto/openssl/crypto/ec/curve25519.c
367
s[5] = (uint8_t)(h0 >> 40);
crypto/openssl/crypto/ec/curve25519.c
368
s[6] = (uint8_t)((h0 >> 48) | ((uint32_t)h1 << 3));
crypto/openssl/crypto/ec/curve25519.c
409
u128 h0, h1, h2, h3, h4;
crypto/openssl/crypto/ec/curve25519.c
413
h0 = (u128)f_i * (g0 = g[0]);
crypto/openssl/crypto/ec/curve25519.c
420
h0 += (u128)f_i * (g4 *= 19);
crypto/openssl/crypto/ec/curve25519.c
427
h0 += (u128)f_i * (g3 *= 19);
crypto/openssl/crypto/ec/curve25519.c
434
h0 += (u128)f_i * (g2 *= 19);
crypto/openssl/crypto/ec/curve25519.c
441
h0 += (u128)f_i * (g1 *= 19);
crypto/openssl/crypto/ec/curve25519.c
4459
int64_t h0 = f0 * (int64_t)121666;
crypto/openssl/crypto/ec/curve25519.c
4481
h0 += (carry9 >> 25) * 19;
crypto/openssl/crypto/ec/curve25519.c
4496
carry0 = h0 + (1 << 25);
crypto/openssl/crypto/ec/curve25519.c
4498
h0 -= carry0 & kTop38Bits;
crypto/openssl/crypto/ec/curve25519.c
450
h1 += (uint64_t)(h0 >> 51);
crypto/openssl/crypto/ec/curve25519.c
451
g0 = (uint64_t)h0 & MASK51;
crypto/openssl/crypto/ec/curve25519.c
4512
h[0] = (int32_t)h0;
crypto/openssl/crypto/ec/curve25519.c
483
u128 h0, h1, h2, h3, h4;
crypto/openssl/crypto/ec/curve25519.c
485
h0 = (u128)g0 * g0;
crypto/openssl/crypto/ec/curve25519.c
499
h0 += (u128)g1 * g4;
crypto/openssl/crypto/ec/curve25519.c
507
h0 += (u128)g2 * g3;
crypto/openssl/crypto/ec/curve25519.c
513
h1 += (uint64_t)(h0 >> 51);
crypto/openssl/crypto/ec/curve25519.c
514
g0 = (uint64_t)h0 & MASK51;
crypto/openssl/crypto/ec/curve25519.c
538
u128 h0 = f[0] * (u128)121666;
crypto/openssl/crypto/ec/curve25519.c
547
h1 += (uint64_t)(h0 >> 51);
crypto/openssl/crypto/ec/curve25519.c
548
g0 = (uint64_t)h0 & MASK51;
crypto/openssl/crypto/ec/curve25519.c
834
int64_t h0 = load_4(s);
crypto/openssl/crypto/ec/curve25519.c
856
h0 += (carry9 >> 25) * 19;
crypto/openssl/crypto/ec/curve25519.c
871
carry0 = h0 + (1 << 25);
crypto/openssl/crypto/ec/curve25519.c
873
h0 -= carry0 & kTop38Bits;
crypto/openssl/crypto/ec/curve25519.c
887
h[0] = (int32_t)h0;
crypto/openssl/crypto/ec/curve25519.c
925
int32_t h0 = h[0];
crypto/openssl/crypto/ec/curve25519.c
938
q = (h0 + q) >> 26;
crypto/openssl/crypto/ec/curve25519.c
950
h0 += 19 * q;
crypto/openssl/crypto/ec/curve25519.c
953
h1 += h0 >> 26;
crypto/openssl/crypto/ec/curve25519.c
954
h0 &= kBottom26Bits;
crypto/openssl/crypto/ec/curve25519.c
980
s[0] = (uint8_t)(h0 >> 0);
crypto/openssl/crypto/ec/curve25519.c
981
s[1] = (uint8_t)(h0 >> 8);
crypto/openssl/crypto/ec/curve25519.c
982
s[2] = (uint8_t)(h0 >> 16);
crypto/openssl/crypto/ec/curve25519.c
983
s[3] = (uint8_t)((h0 >> 24) | ((uint32_t)(h1) << 2));
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
222
ctx->A[i] = key->md.h0;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
327
ctx->A[i] = key->tail.h0;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
340
ctx->A[i] = key->tail.h0;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
624
pmac->u[0] |= key->md.h0 & mask;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
640
pmac->u[0] |= key->md.h0 & mask;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
652
pmac->u[0] |= key->md.h0 & mask;
crypto/openssl/crypto/poly1305/poly1305.c
142
u64 h0, h1, h2, c;
crypto/openssl/crypto/poly1305/poly1305.c
150
h0 = st->h[0];
crypto/openssl/crypto/poly1305/poly1305.c
156
h0 = (u64)(d0 = (u128)h0 + U8TOU64(inp + 0));
crypto/openssl/crypto/poly1305/poly1305.c
165
d0 = ((u128)h0 * r0) + ((u128)h1 * s1);
crypto/openssl/crypto/poly1305/poly1305.c
166
d1 = ((u128)h0 * r1) + ((u128)h1 * r0) + (h2 * s1);
crypto/openssl/crypto/poly1305/poly1305.c
171
h0 = (u64)d0;
crypto/openssl/crypto/poly1305/poly1305.c
177
h0 += c;
crypto/openssl/crypto/poly1305/poly1305.c
178
h1 += (c = CONSTANT_TIME_CARRY(h0, c));
crypto/openssl/crypto/poly1305/poly1305.c
194
st->h[0] = h0;
crypto/openssl/crypto/poly1305/poly1305.c
203
u64 h0, h1, h2;
crypto/openssl/crypto/poly1305/poly1305.c
208
h0 = st->h[0];
crypto/openssl/crypto/poly1305/poly1305.c
213
g0 = (u64)(t = (u128)h0 + 5);
crypto/openssl/crypto/poly1305/poly1305.c
222
h0 = (h0 & mask) | g0;
crypto/openssl/crypto/poly1305/poly1305.c
226
h0 = (u64)(t = (u128)h0 + nonce[0] + ((u64)nonce[1] << 32));
crypto/openssl/crypto/poly1305/poly1305.c
229
U64TO8(mac + 0, h0);
crypto/openssl/crypto/poly1305/poly1305.c
281
u32 h0, h1, h2, h3, h4, c;
crypto/openssl/crypto/poly1305/poly1305.c
293
h0 = st->h[0];
crypto/openssl/crypto/poly1305/poly1305.c
301
h0 = (u32)(d0 = (u64)h0 + U8TOU32(inp + 0));
crypto/openssl/crypto/poly1305/poly1305.c
308
d0 = ((u64)h0 * r0) + ((u64)h1 * s3) + ((u64)h2 * s2) + ((u64)h3 * s1);
crypto/openssl/crypto/poly1305/poly1305.c
309
d1 = ((u64)h0 * r1) + ((u64)h1 * r0) + ((u64)h2 * s3) + ((u64)h3 * s2) + (h4 * s1);
crypto/openssl/crypto/poly1305/poly1305.c
310
d2 = ((u64)h0 * r2) + ((u64)h1 * r1) + ((u64)h2 * r0) + ((u64)h3 * s3) + (h4 * s2);
crypto/openssl/crypto/poly1305/poly1305.c
311
d3 = ((u64)h0 * r3) + ((u64)h1 * r2) + ((u64)h2 * r1) + ((u64)h3 * r0) + (h4 * s3);
crypto/openssl/crypto/poly1305/poly1305.c
316
h0 = (u32)d0;
crypto/openssl/crypto/poly1305/poly1305.c
324
h0 += c;
crypto/openssl/crypto/poly1305/poly1305.c
325
h1 += (c = CONSTANT_TIME_CARRY(h0, c));
crypto/openssl/crypto/poly1305/poly1305.c
343
st->h[0] = h0;
crypto/openssl/crypto/poly1305/poly1305.c
354
u32 h0, h1, h2, h3, h4;
crypto/openssl/crypto/poly1305/poly1305.c
359
h0 = st->h[0];
crypto/openssl/crypto/poly1305/poly1305.c
366
g0 = (u32)(t = (u64)h0 + 5);
crypto/openssl/crypto/poly1305/poly1305.c
379
h0 = (h0 & mask) | g0;
crypto/openssl/crypto/poly1305/poly1305.c
385
h0 = (u32)(t = (u64)h0 + nonce[0]);
crypto/openssl/crypto/poly1305/poly1305.c
390
U32TO8(mac + 0, h0);
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
102
h0 += m0 & 0x0fffffffffff;
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
107
d0 = ((u128)h0 * r0) + ((u128)h1 * s2) + ((u128)h2 * s1);
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
108
d1 = ((u128)h0 * r1) + ((u128)h1 * r0) + ((u128)h2 * s2);
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
109
d2 = ((u128)h0 * r2) + ((u128)h1 * r1) + ((u128)h2 * r0);
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
112
h0 = (u64)d0 & 0x0fffffffffff;
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
117
h0 += c + (c << 2);
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
123
st->h[0] = h0;
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
131
u64 h0, h1, h2;
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
136
h0 = st->h[0];
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
141
h0 = (u64)(t = (u128)h0 + (h1 << 44));
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
148
g0 = (u64)(t = (u128)h0 + 5);
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
157
h0 = (h0 & mask) | g0;
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
161
h0 = (u64)(t = (u128)h0 + nonce[0] + ((u64)nonce[1] << 32));
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
164
U64TO8(mac + 0, h0);
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
80
u64 h0, h1, h2, c;
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
91
h0 = st->h[0];
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
428
u64 h0, h1, h2, h3, h4;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
436
h0 = st->h[0].u & 0x000fffffffffffffULL;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
450
h0 += g4;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
451
h1 += h0 >> 32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
452
h0 &= 0xffffffffU;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
459
g0 = (u32)(t = h0 + 5);
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
472
g0 |= (h0 & mask);
crypto/openssl/crypto/sha/sha_local.h
153
A = c->h0;
crypto/openssl/crypto/sha/sha_local.h
25
ll = (c)->h0; \
crypto/openssl/crypto/sha/sha_local.h
320
c->h0 = (c->h0 + E) & 0xffffffffL;
crypto/openssl/crypto/sha/sha_local.h
329
A = c->h0;
crypto/openssl/crypto/sha/sha_local.h
387
A = c->h0;
crypto/openssl/crypto/sha/sha_local.h
415
c->h0 = (c->h0 + A) & 0xffffffffL;
crypto/openssl/crypto/sha/sha_local.h
424
A = c->h0;
crypto/openssl/crypto/sha/sha_local.h
62
c->h0 = INIT_DATA_h0;
crypto/openssl/include/openssl/sha.h
43
SHA_LONG h0, h1, h2, h3, h4;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
187
mctx->A[i] = sctx->md.h0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
292
mctx->A[i] = sctx->tail.h0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
305
mctx->A[i] = sctx->tail.h0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
541
pmac->u[0] |= sctx->md.h0 & mask;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
557
pmac->u[0] |= sctx->md.h0 & mask;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
569
pmac->u[0] |= sctx->md.h0 & mask;
crypto/openssl/ssl/record/methods/ssl3_cbc.c
79
l2n(sha1->h0, md_out);
lib/libc/string/memmem.c
184
memmem(const void *h0, size_t k, const void *n0, size_t l)
lib/libc/string/memmem.c
186
const unsigned char *h = h0, *n = n0;
lib/libc/string/memmem.c
197
h = memchr(h0, *n, k);
lib/libc/string/memmem.c
200
k -= h - (const unsigned char *)h0;
lib/libmd/sha.h
71
u_int32_t h0, h1, h2, h3, h4;
lib/libmd/sha0c.c
104
c->h0=INIT_DATA_h0;
lib/libmd/sha0c.c
285
A=c->h0;
lib/libmd/sha0c.c
377
c->h0=(c->h0+E)&0xffffffffL;
lib/libmd/sha0c.c
386
A=c->h0;
lib/libmd/sha0c.c
429
l=c->h0; nl2c(l,cp);
lib/libmd/sha1c.c
131
be32enc(md + 0, c->h0);
lib/libmd/sha1c.c
146
uint32_t h0 = c->h0, h1 = c->h1, h2 = c->h2, h3 = c->h3, h4 = c->h4;
lib/libmd/sha1c.c
151
uint32_t a = h0, b = h1, c = h2, d = h3, e = h4;
lib/libmd/sha1c.c
225
h0 += a;
lib/libmd/sha1c.c
235
c->h0 = h0;
lib/libmd/sha1c.c
61
c->h0 = INIT0;
sys/crypto/openssl/ossl_sha.h
29
SHA_LONG h0, h1, h2, h3, h4;
sys/crypto/openssl/ossl_sha1.c
31
ll=(c)->h0; (void)HOST_l2c(ll,(s)); \
sys/crypto/openssl/ossl_sha1.c
54
c->h0 = INIT_DATA_h0;
sys/dev/atkbdc/atkbdc.c
213
bus_space_handle_t h0;
sys/dev/atkbdc/atkbdc.c
233
bus_space_map(tag, port0, IO_KBDSIZE, 0, &h0);
sys/dev/atkbdc/atkbdc.c
236
h0 = (bus_space_handle_t)port0;
sys/dev/atkbdc/atkbdc.c
259
return atkbdc_setup(atkbdc_softc[0], tag, h0, h1);
sys/dev/atkbdc/atkbdc.c
263
atkbdc_setup(atkbdc_softc_t *sc, bus_space_tag_t tag, bus_space_handle_t h0,
sys/dev/atkbdc/atkbdc.c
286
sc->ioh0 = h0;
sys/dev/atkbdc/atkbdc.c
96
bus_space_handle_t h0, bus_space_handle_t h1);
sys/fs/ext2fs/ext2_hash.c
182
uint32_t h0, h1 = 0x12A3FE2D, h2 = 0x37ABE8F9;
sys/fs/ext2fs/ext2_hash.c
194
h0 = h2 + (h1 ^ (val * multi));
sys/fs/ext2fs/ext2_hash.c
195
if (h0 & 0x80000000)
sys/fs/ext2fs/ext2_hash.c
196
h0 -= 0x7FFFFFFF;
sys/fs/ext2fs/ext2_hash.c
198
h1 = h0;
sys/netpfil/pf/pf.c
2389
struct pf_udpendpointhash *h0, *h1;
sys/netpfil/pf/pf.c
2393
h0 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[0])];
sys/netpfil/pf/pf.c
2395
if (h0 == h1) {
sys/netpfil/pf/pf.c
2396
PF_HASHROW_LOCK(h0);
sys/netpfil/pf/pf.c
2397
} else if (h0 < h1) {
sys/netpfil/pf/pf.c
2398
PF_HASHROW_LOCK(h0);
sys/netpfil/pf/pf.c
2402
PF_HASHROW_LOCK(h0);
sys/netpfil/pf/pf.c
2405
LIST_FOREACH(endpoint, &h0->endpoints, entry) {
sys/netpfil/pf/pf.c
2419
LIST_INSERT_HEAD(&h0->endpoints, &mapping->endpoints[0], entry);
sys/netpfil/pf/pf.c
2424
if (h0 != h1) {
sys/netpfil/pf/pf.c
2425
PF_HASHROW_UNLOCK(h0);
sys/netpfil/pf/pf.c
2428
PF_HASHROW_UNLOCK(h0);
sys/netpfil/pf/pf.c
2437
struct pf_udpendpointhash *h0, *h1;
sys/netpfil/pf/pf.c
2442
h0 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[0])];
sys/netpfil/pf/pf.c
2443
PF_HASHROW_LOCK(h0);
sys/netpfil/pf/pf.c
2446
PF_HASHROW_UNLOCK(h0);
sys/netpfil/pf/pf.c
2454
PF_HASHROW_UNLOCK(h0);