Home
last modified time | relevance | path

Searched refs:lpm_lookup (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/net/npf/
Dlpm.h41 void * lpm_lookup(lpm_t *, const void *, size_t);
Dnpf_tableset.c580 if (lpm_lookup(t->t_lpm, addr, alen) == NULL && in npf_table_insert()
640 ent = lpm_lookup(t->t_lpm, addr, alen); in npf_table_remove()
690 found = lpm_lookup(t->t_lpm, addr, alen) != NULL; in npf_table_lookup()
Dlpm.c368 lpm_lookup(lpm_t *lpm, const void *addr, size_t len) in lpm_lookup() function