Home
last modified time | relevance | path

Searched refs:rtentry_dbg (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/net/
H A Droute.c263 struct rtentry_dbg { struct
289 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link; argument
292 __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 …]