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

/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.c472 !MAC_ADDRESS_COMPARE(&(lacpdu->partner_system), &(port->actor_system)) &&
504 partner->system = lacpdu->actor_system;
562 MAC_ADDRESS_COMPARE(&lacpdu->actor_system, &partner->system) ||
623 MAC_ADDRESS_COMPARE(&(lacpdu->partner_system), &(port->actor_system)) ||
781 lacpdu->actor_system = port->actor_system;
1126 if (!MAC_ADDRESS_COMPARE(&(lacpdu->actor_system), &(port->actor_system))) {
1689 port->actor_system = null_mac_addr;
1776 marker.requester_system = port->actor_system;
[all...]

Completed in 13 milliseconds