Searched refs:rtentry_dbg (Results 1 – 1 of 1) sorted by relevance
263 struct rtentry_dbg { struct289 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link; argument292 __CCT_DECLARE_CONSTRAINED_PTR_TYPES(struct rtentry_dbg, rtentry_dbg);294 #define RTENTRY_DBG(rte) __container_of(rte, struct rtentry_dbg, rtd_entry)297 static TAILQ_HEAD(, rtentry_dbg) rttrash_head;303 static inline void rte_lock_debug(struct rtentry_dbg *);304 static inline void rte_unlock_debug(struct rtentry_dbg *);308 static inline void rtref_audit(struct rtentry_dbg *);309 static inline void rtunref_audit(struct rtentry_dbg *);455 size = sizeof(struct rtentry_dbg); in route_init()[all …]