Searched refs:ndpr_trace (Results 1 – 2 of 2) sorted by relevance
119 static void ndpr_trace(struct nd_prefix *, int);3028 pr->ndpr_trace = ndpr_trace; in ndpr_alloc()3062 ndpr_trace(struct nd_prefix *pr, int refhold) in ndpr_trace() function3092 } else if (ndpr->ndpr_trace != NULL) { in ndpr_addref()3093 (*ndpr->ndpr_trace)(ndpr, TRUE); in ndpr_addref()3105 } else if (ndpr->ndpr_trace != NULL) { in ndpr_remref()3106 (*ndpr->ndpr_trace)(ndpr, FALSE); in ndpr_remref()
574 void (*ndpr_trace)(struct nd_prefix *, int); /* trace callback fn */ member