Searched refs:im6o_trace (Results 1 – 2 of 2) sorted by relevance
174 static void im6o_trace(struct ip6_moptions *, int);3466 } else if (im6o->im6o_trace != NULL) { in im6o_addref()3467 (*im6o->im6o_trace)(im6o, TRUE); in im6o_addref()3484 } else if (im6o->im6o_trace != NULL) { in im6o_remref()3485 (*im6o->im6o_trace)(im6o, FALSE); in im6o_remref()3526 im6o_trace(struct ip6_moptions *im6o, int refhold) in im6o_trace() function3560 im6o->im6o_trace = im6o_trace; in ip6_allocmoptions()
136 void (*im6o_trace) /* callback fn for tracing refs */ member