Searched refs:ck_key (Results 1 – 3 of 3) sorted by relevance
89 uint32_t *k = key->ck_key; in npf_connkey_setkey()121 const uint32_t *k = key->ck_key; in npf_connkey_getkey()152 key->ck_key[0] |= ifid; in npf_connkey_setckey()161 key->ck_key[0] |= ((uint32_t)di << 18); in npf_connkey_setckey()168 const uint32_t * const k = key->ck_key; in npf_connkey_getckey()184 uint32_t * const k = key->ck_key; in npf_conn_adjkey()203 const uint32_t *sk = skey->ck_key; in npf_connkey_copy()204 uint32_t *dk = dkey->ck_key; in npf_connkey_copy()
109 #define NPF_CONNKEY_ALEN(key) (((key)->ck_key[0] >> 28) << 2)114 uint32_t ck_key[NPF_CONNKEY_MAXWORDS]; member
175 val = thmap_get(cd->cd_map, ck->ck_key, keylen); in npf_conndb_lookup()218 ok = thmap_put(cd->cd_map, ck->ck_key, keylen, val) == val; in npf_conndb_insert()235 val = thmap_del(cd->cd_map, ck->ck_key, keylen); in npf_conndb_remove()