Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/ !
H A Dif_bond.c107 static uint32_t if_bond_debug = 0; variable
125 #define BOND_DBGF_ENABLED(__flag) ((if_bond_debug & __flag) != 0)
154 &if_bond_debug, 0, "Bond interface debug flags");
3792 if (if_bond_debug) { in bondport_link_status_changed()