Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/bonding/
H A Dbond_3ad.c552 port->actor_oper_port_state &= ~LACP_STATE_DEFAULTED; in __record_pdu()
586 port->actor_oper_port_state |= LACP_STATE_DEFAULTED; in __record_default()
859 lacpdu->actor_state = port->actor_oper_port_state; in __update_lacpdu_from_port()
862 port->actor_oper_port_state); in __update_lacpdu_from_port()
1069 port->actor_oper_port_state |= in ad_mux_machine()
1152 port->actor_oper_port_state |= in ad_mux_machine()
1155 port->actor_oper_port_state &= in ad_mux_machine()
1278 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1290 port->actor_oper_port_state &= ~LACP_STATE_EXPIRED; in ad_rx_machine()
1304 port->actor_oper_port_state |= LACP_STATE_EXPIRED; in ad_rx_machine()
[all …]
H A Dbond_sysfs_slave.c83 ad_port->actor_oper_port_state); in ad_actor_oper_port_state_show()
H A Dbond_procfs.c243 port->actor_oper_port_state); in bond_info_show_slave()
H A Dbond_netlink.c73 ad_port->actor_oper_port_state)) in bond_fill_slave_info()
/linux-6.15/include/net/
H A Dbond_3ad.h218 u8 actor_oper_port_state; member