Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_3ad.c491 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()
492 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()
496 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()
614 …((lacpdu->partner_state & LACP_STATE_SYNCHRONIZATION) != (port->actor_oper_port_state & LACP_STATE… in __update_ntt()
971 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()
989 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
995 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()
996 !(port->actor_oper_port_state & LACP_STATE_SYNCHRONIZATION)) { in ad_mux_machine()
1025 port->actor_oper_port_state &= ~LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
1038 LACP_STATE_SYNCHRONIZATION; in ad_mux_machine()
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_bonding.h56 #define LACP_STATE_SYNCHRONIZATION 0x8 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_bonding.h102 #define LACP_STATE_SYNCHRONIZATION 0x8 macro