Searched refs:imo_trace (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h148 void (*imo_trace) /* callback fn for tracing refs */ member in struct:ip_moptions
H A Dip_output.c153 static void imo_trace(struct ip_moptions *, int);
2875 } else if (imo->imo_trace != NULL) {
2876 (*imo->imo_trace)(imo, TRUE);
2892 } else if (imo->imo_trace != NULL) {
2893 (*imo->imo_trace)(imo, FALSE);
2938 imo_trace(struct ip_moptions *imo, int refhold) function
2973 imo->imo_trace = imo_trace;

Completed in 24 milliseconds