Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/ !
H A Dif_bond.c298 MuxState po_mux_state; member
1978 p->po_mux_state = MuxState_none; in bondport_create()
3556 && (p->po_mux_state == MuxState_DETACHED in ifbond_selection()
3579 && p->po_mux_state == MuxState_WAITING) { in ifbond_selection()
3664 } else if (p->po_mux_state == MuxState_DETACHED) { in ifbond_activate_LAG()
3721 if (p->po_mux_state == MuxState_WAITING in ifbond_all_ports_ready()
4792 switch (p->po_mux_state) { in bondport_mux_machine()
4827 p->po_mux_state = MuxState_DETACHED; in bondport_mux_machine_detached()
4865 p->po_mux_state = MuxState_WAITING; in bondport_mux_machine_waiting()
4951 p->po_mux_state = MuxState_ATTACHED; in bondport_mux_machine_attached()
[all …]