Searched refs:ndpr_trace (Results 1 – 2 of 2) sorted by relevance
120 static void ndpr_trace(struct nd_prefix *, int);2921 pr->ndpr_trace = ndpr_trace; in ndpr_alloc()2955 ndpr_trace(struct nd_prefix *pr, int refhold) in ndpr_trace() function2985 } else if (ndpr->ndpr_trace != NULL) { in ndpr_addref()2986 (*ndpr->ndpr_trace)(ndpr, TRUE); in ndpr_addref()2998 } else if (ndpr->ndpr_trace != NULL) { in ndpr_remref()2999 (*ndpr->ndpr_trace)(ndpr, FALSE); in ndpr_remref()
645 void (*ndpr_trace)(struct nd_prefix *, int); /* trace callback fn */ member