Home
last modified time | relevance | path

Searched refs:imo_debug (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Dip_output.c222 static unsigned int imo_debug = 1; /* debugging (enabled) */ variable
224 static unsigned int imo_debug; /* debugging (disabled) */ variable
2806 PE_parse_boot_argn("ifa_debug", &imo_debug, sizeof(imo_debug)); in ip_moptions_init()
2808 vm_size_t imo_size = (imo_debug == 0) ? sizeof(struct ip_moptions) : in ip_moptions_init()
2860 if (!(imo->imo_debug & IFD_ALLOC)) { in imo_remref()
2875 if (!(imo->imo_debug & IFD_DEBUG)) { in imo_trace()
2899 imo->imo_debug |= IFD_ALLOC; in ip_allocmoptions()
2900 if (imo_debug != 0) { in ip_allocmoptions()
2901 imo->imo_debug |= IFD_DEBUG; in ip_allocmoptions()
H A Dip_var.h127 uint32_t imo_debug; /* see ifa_debug flags */ member