Searched refs:rtunref (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.h462 (void) rtunref(_rt); \
515 * rtunref will decrement the refcount, rtfree will decrement and free if
519 extern int rtunref(struct rtentry *);
H A Droute.c248 uint16_t rtd_refrele_cnt; /* # of rtunref */
257 * Circular lists of rtref and rtunref callers.
983 if (rtunref(rt) > 0) {
1137 * use rtfree not rtunref.
1140 rtunref(struct rtentry *p) function
1162 panic("rtunref: on freed rte=%p\n", rte);

Completed in 39 milliseconds