Lines Matching defs:lltable
215 struct lltable { struct
217 int llt_af;
218 int llt_hsize;
219 struct llentries *lle_head;
220 unsigned int llt_lle_count;
221 struct ifnet *llt_ifp;
223 llt_lookup_t *llt_lookup;
224 llt_create_t *llt_create;
225 llt_delete_t *llt_delete;
226 llt_prefix_free_t *llt_prefix_free;
227 llt_dump_entry_t *llt_dump_entry;
228 llt_hash_t *llt_hash;
229 llt_match_prefix_t *llt_match_prefix;
230 llt_free_entry_t *llt_free_entry;
231 llt_foreach_entry_t *llt_foreach_entry;
232 llt_link_entry_t *llt_link_entry;
233 llt_unlink_entry_t *llt_unlink_entry;
234 llt_fill_sa_entry_t *llt_fill_sa_entry;
258 void lltableinit(void); argument
260 struct lltable *lltable_allocate_htbl(uint32_t hsize); argument