Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Droute.c254 #define RTD_INUSE 0xFEEDFACE /* entry is in use */ macro
1418 if (rte->rtd_inuse != RTD_INUSE) { in rtunref_audit()
1458 if (rte->rtd_inuse != RTD_INUSE) { in rtref_audit()
4043 rte->rtd_inuse = RTD_INUSE; in rte_alloc_debug()
4060 } else if (rte->rtd_inuse != RTD_INUSE) { in rte_free_debug()