Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_llatbl.h51 struct llentry { struct
66 void (*lle_free)(struct llentry *); argument
80 CK_SLIST_HEAD(llentry_children_head,llentry) lle_children; /* child encaps */ argument
82 struct llentry *lle_parent; /* parent for a child */ argument
85 struct callout lle_timer;
86 struct rwlock lle_lock;
87 struct mtx req_mtx;
88 struct epoch_context lle_epoch_ctx;
H A Dif_llatbl.c1130 DB_SHOW_COMMAND(llentry, db_show_llentry) in DB_SHOW_COMMAND() argument