Home
last modified time | relevance | path

Searched defs:llentry (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_llatbl.h63 struct llentry { struct
79 void (*lle_free)(struct llentry *); argument
80 void (*lle_ll_free)(struct llentry *); argument
93 LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */ argument
94 struct callout lle_timer;
95 krwlock_t lle_lock;
103 void *la_opaque; /* For tokenring */
H A Dif_llatbl.c776 DB_SHOW_COMMAND(llentry, db_show_llentry) argument