Home | Sort by: relevance | last modified time | path |
/src/sys/net/npf/ | |
lpm.c | 205 const size_t entlen = offsetof(lpm_ent_t, key[len]); local in function:hashmap_insert 223 if ((entry = kmem_alloc(entlen, flags)) != NULL) { |
lpm.c | 205 const size_t entlen = offsetof(lpm_ent_t, key[len]); local in function:hashmap_insert 223 if ((entry = kmem_alloc(entlen, flags)) != NULL) { |