Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dbond_3ad.h104 __be16 actor_system_priority; member
212 …u16 actor_system_priority; /* This parameter is added here although it is not specified in the sta… member
/Linux-v5.4/drivers/net/bonding/
Dbond_3ad.c381 port->actor_system_priority = BOND_AD_INFO(bond).system.sys_priority; in __ad_actor_update_port()
458 (ntohs(lacpdu->partner_system_priority) == port->actor_system_priority) && in __choose_matched()
490 partner->system_priority = ntohs(lacpdu->actor_system_priority); in __record_pdu()
557 ntohs(lacpdu->actor_system_priority) != partner->system_priority || in __update_selected()
620 (ntohs(lacpdu->partner_system_priority) != port->actor_system_priority) || in __update_ntt()
788 lacpdu->actor_system_priority = htons(port->actor_system_priority); in __update_lacpdu_from_port()
Dbond_procfs.c212 port->actor_system_priority); in bond_info_show_slave()