Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_rtr.c117 static void nddr_trace(struct nd_defrouter *, int);
2983 dr->nddr_trace = nddr_trace; in nddr_alloc()
3006 nddr_trace(struct nd_defrouter *dr, int refhold) in nddr_trace() function
3036 } else if (nddr->nddr_trace != NULL) { in nddr_addref()
3037 (*nddr->nddr_trace)(nddr, TRUE); in nddr_addref()
3049 } else if (nddr->nddr_trace != NULL) { in nddr_remref()
3050 (*nddr->nddr_trace)(nddr, FALSE); in nddr_remref()
H A Dnd6.h508 void (*nddr_trace)(struct nd_defrouter *, int); /* trace callback fn */ member