Searched refs:imo_trace (Results 1 – 2 of 2) sorted by relevance
150 static void imo_trace(struct ip_moptions *, int);2836 } else if (imo->imo_trace != NULL) { in imo_addref()2837 (*imo->imo_trace)(imo, TRUE); in imo_addref()2852 } else if (imo->imo_trace != NULL) { in imo_remref()2853 (*imo->imo_trace)(imo, FALSE); in imo_remref()2878 imo_trace(struct ip_moptions *imo, int refhold) in imo_trace() function2912 imo->imo_trace = imo_trace; in ip_allocmoptions()
139 void (*imo_trace) /* callback fn for tracing refs */ member