Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dbond_3ad.h109 u8 actor_state; member
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_3ad.c451 ((lacpdu->actor_state & LACP_STATE_AGGREGATION) == 0) in __choose_matched()
482 partner->port_state = lacpdu->actor_state; in __record_pdu()
491 (lacpdu->actor_state & LACP_STATE_SYNCHRONIZATION)) { in __record_pdu()
549 …(lacpdu->actor_state & LACP_STATE_AGGREGATION) != (partner->port_state & LACP_STATE_AGGREGATION)) { in __update_selected()
783 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()