Searched refs:actor_system (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.h115 struct mac_addr actor_system; member in struct:lacpdu
208 struct mac_addr actor_system; // This parameter is added here although it is not specified in the standard, just for simplification member in struct:port
H A Dbond_3ad.c481 !MAC_ADDRESS_COMPARE(&(lacpdu->partner_system), &(port->actor_system)) &&
513 partner->system = lacpdu->actor_system;
571 MAC_ADDRESS_COMPARE(&lacpdu->actor_system, &partner->system) ||
632 MAC_ADDRESS_COMPARE(&(lacpdu->partner_system), &(port->actor_system)) ||
790 lacpdu->actor_system = port->actor_system;
1136 if (!MAC_ADDRESS_COMPARE(&(lacpdu->actor_system), &(port->actor_system))) {
1673 port->actor_system = null_mac_addr;
1876 port->actor_system
[all...]

Completed in 135 milliseconds