Searched refs:im6o_trace (Results 1 – 2 of 2) sorted by relevance
177 static void im6o_trace(struct ip6_moptions *, int);3567 } else if (im6o->im6o_trace != NULL) { in im6o_addref()3568 (*im6o->im6o_trace)(im6o, TRUE); in im6o_addref()3585 } else if (im6o->im6o_trace != NULL) { in im6o_remref()3586 (*im6o->im6o_trace)(im6o, FALSE); in im6o_remref()3628 im6o_trace(struct ip6_moptions *im6o, int refhold) in im6o_trace() function3662 im6o->im6o_trace = im6o_trace; in ip6_allocmoptions()
147 void (*im6o_trace) /* callback fn for tracing refs */ member