Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_bond.c297 MuxState po_mux_state; member
1970 p->po_mux_state = MuxState_none; in bondport_create()
3548 && (p->po_mux_state == MuxState_DETACHED in ifbond_selection()
3571 && p->po_mux_state == MuxState_WAITING) { in ifbond_selection()
3656 } else if (p->po_mux_state == MuxState_DETACHED) { in ifbond_activate_LAG()
3713 if (p->po_mux_state == MuxState_WAITING in ifbond_all_ports_ready()
4784 switch (p->po_mux_state) { in bondport_mux_machine()
4819 p->po_mux_state = MuxState_DETACHED; in bondport_mux_machine_detached()
4857 p->po_mux_state = MuxState_WAITING; in bondport_mux_machine_waiting()
4943 p->po_mux_state = MuxState_ATTACHED; in bondport_mux_machine_attached()
[all …]