HomeSort by: relevance | last modified time | path
    Searched defs:t_map (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/npf/
npf_tableset.c 84 thmap_t * t_map; member in struct:npf_table::__anon62b0942c010a::__anon62b0942c0208
321 thmap_del(t->t_map, &ent->te_addr, ent->te_alen);
387 t->t_map = thmap_create(0, NULL, THMAP_NOCOPY);
388 if (t->t_map == NULL) {
434 thmap_destroy(t->t_map);
568 if (thmap_put(t->t_map, &ent->te_addr, alen, ent) == ent) {
629 ent = thmap_del(t->t_map, addr, alen);
686 found = thmap_get(t->t_map, addr, alen) != NULL;
867 ref = thmap_stage_gc(t->t_map);
872 thmap_gc(t->t_map, ref)
    [all...]

Completed in 11 milliseconds