Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond_var.h44 #define IF_BOND_MODE_LACP 0 macro
H A Dif_bond.c638 if (p->po_bond->ifb_mode == IF_BOND_MODE_LACP) { in bondport_collecting()
1638 if (ifb->ifb_mode != IF_BOND_MODE_LACP) { in bond_receive_lacpdu()
1713 || p->po_bond->ifb_mode != IF_BOND_MODE_LACP) { in bond_receive_la_marker_pdu()
2287 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_add_interface()
2436 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_remove_interface()
2471 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_remove_interface()
2665 if (mode == IF_BOND_MODE_LACP) { in bond_set_mode()
2732 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_get_status()
2995 if (ifb->ifb_mode == IF_BOND_MODE_LACP) { in bond_ioctl()
3106 case IF_BOND_MODE_LACP: in bond_ioctl()
[all …]