Searched refs:ndpr_trace (Results 1 – 2 of 2) sorted by relevance
121 static void ndpr_trace(struct nd_prefix *, int);3065 pr->ndpr_trace = ndpr_trace; in ndpr_alloc()3099 ndpr_trace(struct nd_prefix *pr, int refhold) in ndpr_trace() function3129 } else if (ndpr->ndpr_trace != NULL) { in ndpr_addref()3130 (*ndpr->ndpr_trace)(ndpr, TRUE); in ndpr_addref()3142 } else if (ndpr->ndpr_trace != NULL) { in ndpr_remref()3143 (*ndpr->ndpr_trace)(ndpr, FALSE); in ndpr_remref()
605 void (*ndpr_trace)(struct nd_prefix *, int); /* trace callback fn */ member