Searched defs:lltable (Results 1 – 4 of 4) sorted by relevance
161 struct lltable { struct163 int llt_af;164 int llt_hsize;165 int llt_entries;166 int llt_maxentries;167 struct llentries *lle_head;168 struct ifnet *llt_ifp;170 llt_lookup_t *llt_lookup;171 llt_alloc_t *llt_alloc_entry;175 llt_hash_t *llt_hash;[all …]
885 DB_SHOW_COMMAND(lltable, db_show_lltable) in DB_SHOW_COMMAND() argument
110 struct lltable *lltable; member