Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/bonding/
Dbond_3ad.c505 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()
506 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()
510 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()
628 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
991 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()
1009 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1015 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()
1016 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1045 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1058 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
[all …]
/Linux-v6.1/include/uapi/linux/
Dif_bonding.h103 #define LACP_STATE_SYNCHRONIZATION 0x8 macro