Home
last modified time | relevance | path

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

/netbsd/sys/net/
H A Dif_llatbl.h65 struct llentry { struct
81 void (*lle_free)(struct llentry *); argument
82 void (*lle_ll_free)(struct llentry *); argument
95 LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */ argument
96 struct callout lle_timer;
97 krwlock_t lle_lock;
105 void *la_opaque; /* For tokenring */
H A Dif_llatbl.c864 DB_SHOW_COMMAND(llentry, db_show_llentry) in DB_SHOW_COMMAND() argument