Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c516 static ossl_inline int match_key(HT_KEY *a, HT_KEY *b) in match_key() function
558 if (compare_hash(hash, ihash) && match_key(&newval->value.key, &ival->key)) { in ossl_ht_insert_locked()
691 if (compare_hash(hash, ehash) && match_key(&ival->value.key, key)) in ossl_ht_get()
732 && match_key(key, &v->value.key)) { in ossl_ht_delete()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c3290 struct pf_state_key_cmp match_key; in pf_killstates_row() local
3359 bzero(&match_key, sizeof(match_key)); in pf_killstates_row()
3369 match_key.af = s->key[idx]->af; in pf_killstates_row()
3370 match_key.proto = s->key[idx]->proto; in pf_killstates_row()
3371 pf_addrcpy(&match_key.addr[0], in pf_killstates_row()
3372 &s->key[idx]->addr[1], match_key.af); in pf_killstates_row()
3373 match_key.port[0] = s->key[idx]->port[1]; in pf_killstates_row()
3374 pf_addrcpy(&match_key.addr[1], in pf_killstates_row()
3375 &s->key[idx]->addr[0], match_key.af); in pf_killstates_row()
3376 match_key.port[1] = s->key[idx]->port[0]; in pf_killstates_row()
[all …]