Searched refs:ifb_name (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | if_bond.c | 229 char ifb_name[IFNAMSIZ]; member 753 BOND_LOG(LOG_DEBUG, BD_DBGF_LIFECYCLE, "%s", ifb->ifb_name); in ifbond_release() 756 "%s: removing multicast", ifb->ifb_name); in ifbond_release() 794 ifb->ifb_name, msg); in ifbond_wait() 802 "%s: %s woke up", ifb->ifb_name, msg); in ifbond_wait() 823 ifb->ifb_name, msg); in ifbond_signal() 1137 ifb->ifb_name, port_ifp->if_xname, error); in bond_setmulti() 1203 if ((u_int32_t)snprintf(ifb->ifb_name, sizeof(ifb->ifb_name), "%s%d", in bond_clone_create() 1204 ifc->ifc_name, unit) >= sizeof(ifb->ifb_name)) { in bond_clone_create() 1213 bond_init.uniqueid_len = strbuflen(ifb->ifb_name); in bond_clone_create() [all …]
|