Searched refs:nddr_trace (Results 1 – 2 of 2) sorted by relevance
114 static void nddr_trace(struct nd_defrouter *, int);2880 dr->nddr_trace = nddr_trace; in nddr_alloc()2903 nddr_trace(struct nd_defrouter *dr, int refhold) in nddr_trace() function2933 } else if (nddr->nddr_trace != NULL) { in nddr_addref()2934 (*nddr->nddr_trace)(nddr, TRUE); in nddr_addref()2946 } else if (nddr->nddr_trace != NULL) { in nddr_remref()2947 (*nddr->nddr_trace)(nddr, FALSE); in nddr_remref()
562 void (*nddr_trace)(struct nd_defrouter *, int); /* trace callback fn */ member