Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6_rtr.c120 static void ndpr_trace(struct nd_prefix *, int);
3004 pr->ndpr_trace = ndpr_trace; in ndpr_alloc()
3038 ndpr_trace(struct nd_prefix *pr, int refhold) in ndpr_trace() function
3068 } else if (ndpr->ndpr_trace != NULL) { in ndpr_addref()
3069 (*ndpr->ndpr_trace)(ndpr, TRUE); in ndpr_addref()
3081 } else if (ndpr->ndpr_trace != NULL) { in ndpr_remref()
3082 (*ndpr->ndpr_trace)(ndpr, FALSE); in ndpr_remref()
H A Dnd6.h657 void (*ndpr_trace)(struct nd_prefix *, int); /* trace callback fn */ member