Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_bond.c108 static uint32_t if_bond_debug = 0; variable
126 #define BOND_DBGF_ENABLED(__flag) ((if_bond_debug & __flag) != 0)
155 &if_bond_debug, 0, "Bond interface debug flags");
3793 if (if_bond_debug) { in bondport_link_status_changed()