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

  /src/sys/net/npf/
npf_tableset.c 87 lpm_t * t_lpm; member in union:npf_table::__anon62b0942c010a
337 lpm_clear(t->t_lpm, NULL, NULL);
380 t->t_lpm = lpm_create(KM_NOSLEEP);
381 if (t->t_lpm == NULL) {
438 lpm_destroy(t->t_lpm);
580 if (lpm_lookup(t->t_lpm, addr, alen) == NULL &&
581 lpm_insert(t->t_lpm, addr, alen, preflen, ent) == 0) {
640 ent = lpm_lookup(t->t_lpm, addr, alen);
643 lpm_remove(t->t_lpm, &ent->te_addr,
690 found = lpm_lookup(t->t_lpm, addr, alen) != NULL
    [all...]

Completed in 49 milliseconds