Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Droute.c262 struct rtentry_dbg { struct
288 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link; argument
292 static TAILQ_HEAD(, rtentry_dbg) rttrash_head;
298 static inline void rte_lock_debug(struct rtentry_dbg *);
299 static inline void rte_unlock_debug(struct rtentry_dbg *);
303 static inline void rtref_audit(struct rtentry_dbg *);
304 static inline void rtunref_audit(struct rtentry_dbg *);
451 size = sizeof(struct rtentry_dbg); in route_init()
1244 TAILQ_REMOVE(&rttrash_head, (struct rtentry_dbg *)rt, in rtfree_common()
1350 rtunref_audit((struct rtentry_dbg *)p); in rtunref()
[all …]