Searched refs:ifb_name (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ ! |
| H A D | if_bond.c | 230 char ifb_name[IFNAMSIZ]; member 754 BOND_LOG(LOG_DEBUG, BD_DBGF_LIFECYCLE, "%s", ifb->ifb_name); in ifbond_release() 757 "%s: removing multicast", ifb->ifb_name); in ifbond_release() 795 ifb->ifb_name, msg); in ifbond_wait() 803 "%s: %s woke up", ifb->ifb_name, msg); in ifbond_wait() 824 ifb->ifb_name, msg); in ifbond_signal() 1138 ifb->ifb_name, port_ifp->if_xname, error); in bond_setmulti() 1204 if ((u_int32_t)snprintf(ifb->ifb_name, sizeof(ifb->ifb_name), "%s%d", in bond_clone_create() 1205 ifc->ifc_name, unit) >= sizeof(ifb->ifb_name)) { in bond_clone_create() 1214 bond_init.uniqueid_len = strbuflen(ifb->ifb_name); in bond_clone_create() [all …]
|