Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_bond_var.h44 #define IF_BOND_MODE_LACP 0 macro
H A Dif_bond.c637 if (p->po_bond->ifb_mode == IF_BOND_MODE_LACP) { in bondport_collecting()
1636 if (ifb->ifb_mode != IF_BOND_MODE_LACP) { in bond_receive_lacpdu()
1711 || p->po_bond->ifb_mode != IF_BOND_MODE_LACP) { in bond_receive_la_marker_pdu()
2289 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_add_interface()
2434 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_remove_interface()
2469 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_remove_interface()
2663 if (mode == IF_BOND_MODE_LACP) { in bond_set_mode()
2730 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_get_status()
2993 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_ioctl()
3104 case IF_BOND_MODE_LACP: in bond_ioctl()
[all …]