OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ck_key
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/npf/
npf_connkey.c
89
uint32_t *k = key->
ck_key
;
121
const uint32_t *k = key->
ck_key
;
152
key->
ck_key
[0] |= ifid;
161
key->
ck_key
[0] |= ((uint32_t)di << 18);
168
const uint32_t * const k = key->
ck_key
;
184
uint32_t * const k = key->
ck_key
;
203
const uint32_t *sk = skey->
ck_key
;
204
uint32_t *dk = dkey->
ck_key
;
npf_conn.h
109
#define NPF_CONNKEY_ALEN(key) (((key)->
ck_key
[0] >> 28) << 2)
113
/* Warning:
ck_key
has a variable length -- see above. */
114
uint32_t
ck_key
[NPF_CONNKEY_MAXWORDS];
member in struct:npf_connkey
npf_conndb.c
175
val = thmap_get(cd->cd_map, ck->
ck_key
, keylen);
218
ok = thmap_put(cd->cd_map, ck->
ck_key
, keylen, val) == val;
235
val = thmap_del(cd->cd_map, ck->
ck_key
, keylen);
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025