Searched refs:key0 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | tracker.c | 393 u_int32_t key0 = 0, key1 = 0, key2 = 0, key3 = 0; in tracker_search_and_insert() local 404 key0 = matchentry->address.addr6.s6_addr32[0]; in tracker_search_and_insert() 409 key0 = matchentry->address.addr46.ia46_addr4.s_addr; in tracker_search_and_insert() 411 …hash_element = TRACKER_HASH(&matchentry->app_uuid, &key0, &key1, &key2, &key3) & db->tracker_hashm… in tracker_search_and_insert()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 94 __fe_cuckoo_cmp(struct cuckoo_node *node, void *key0) in __fe_cuckoo_cmp() argument 97 struct flow_key *key = key0; in __fe_cuckoo_cmp()
|
| /xnu-8019.80.24/bsd/netkey/ |
| H A D | key.c | 4409 const struct sadb_key *key0; in key_setsaval() local 4412 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_AUTH]; in key_setsaval() 4416 if (len < sizeof(*key0)) { in key_setsaval() 4438 sav->key_auth = (struct sadb_key *)key_newbuf(key0, len); in key_setsaval() 4448 const struct sadb_key *key0; in key_setsaval() local 4451 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_ENCRYPT]; in key_setsaval() 4455 if (len < sizeof(*key0)) { in key_setsaval() 4468 sav->key_enc = (struct sadb_key *)key_newbuf(key0, len); in key_setsaval()
|