Searched refs:im6o_trace (Results 1 – 2 of 2) sorted by relevance
176 static void im6o_trace(struct ip6_moptions *, int);3468 } else if (im6o->im6o_trace != NULL) { in im6o_addref()3469 (*im6o->im6o_trace)(im6o, TRUE); in im6o_addref()3486 } else if (im6o->im6o_trace != NULL) { in im6o_remref()3487 (*im6o->im6o_trace)(im6o, FALSE); in im6o_remref()3528 im6o_trace(struct ip6_moptions *im6o, int refhold) in im6o_trace() function3562 im6o->im6o_trace = im6o_trace; in ip6_allocmoptions()
138 void (*im6o_trace) /* callback fn for tracing refs */ member