Searched defs:lltable (Results 1 – 3 of 3) sorted by relevance
167 struct lltable { struct169 sa_family_t llt_af;170 uint8_t llt_flags;171 uint8_t llt_spare[2];172 int llt_hsize;173 int llt_entries;174 int llt_maxentries;175 struct llentries *lle_head;176 struct ifnet *llt_ifp;178 llt_lookup_t *llt_lookup;[all …]
1159 DB_SHOW_COMMAND(lltable, db_show_lltable) in DB_SHOW_COMMAND() argument
107 struct lltable *lltable; member