Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/net/bonding/
Dbond_3ad.c438 port->actor_system_priority = BOND_AD_INFO(bond).system.sys_priority; in __ad_actor_update_port()
515 (ntohs(lacpdu->partner_system_priority) == port->actor_system_priority) && in __choose_matched()
547 partner->system_priority = ntohs(lacpdu->actor_system_priority); in __record_pdu()
614 ntohs(lacpdu->actor_system_priority) != partner->system_priority || in __update_selected()
677 (ntohs(lacpdu->partner_system_priority) != port->actor_system_priority) || in __update_ntt()
854 lacpdu->actor_system_priority = htons(port->actor_system_priority); in __update_lacpdu_from_port()
Dbond_procfs.c233 port->actor_system_priority); in bond_info_show_slave()