Home
last modified time | relevance | path

Searched refs:match_key (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/hashtable/
H A Dhashtable.c514 static ossl_inline int match_key(HT_KEY *a, HT_KEY *b) in match_key() function
556 if (compare_hash(hash, ihash) && match_key(&newval->value.key, &ival->key)) { in ossl_ht_insert_locked()
689 if (compare_hash(hash, ehash) && match_key(&ival->value.key, key)) in ossl_ht_get()
730 && match_key(key, &v->value.key)) { in ossl_ht_delete()
/src/sys/netpfil/pf/
H A Dpf_ioctl.c3292 struct pf_state_key_cmp match_key; in pf_killstates_row() local
3361 bzero(&match_key, sizeof(match_key)); in pf_killstates_row()
3371 match_key.af = s->key[idx]->af; in pf_killstates_row()
3372 match_key.proto = s->key[idx]->proto; in pf_killstates_row()
3373 pf_addrcpy(&match_key.addr[0], in pf_killstates_row()
3374 &s->key[idx]->addr[1], match_key.af); in pf_killstates_row()
3375 match_key.port[0] = s->key[idx]->port[1]; in pf_killstates_row()
3376 pf_addrcpy(&match_key.addr[1], in pf_killstates_row()
3377 &s->key[idx]->addr[0], match_key.af); in pf_killstates_row()
3378 match_key.port[1] = s->key[idx]->port[0]; in pf_killstates_row()
[all …]