Searched refs:lpm_lookup (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/net/npf/ |
| D | lpm.h | 41 void * lpm_lookup(lpm_t *, const void *, size_t);
|
| D | npf_tableset.c | 580 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()
|
| D | lpm.c | 368 lpm_lookup(lpm_t *lpm, const void *addr, size_t len) in lpm_lookup() function
|