Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dbond_3ad.h102 __be16 actor_system_priority; member
210 …u16 actor_system_priority; /* This parameter is added here although it is not specified in the sta… member
/Linux-v6.6/drivers/net/bonding/
Dbond_3ad.c391 port->actor_system_priority = BOND_AD_INFO(bond).system.sys_priority; in __ad_actor_update_port()
468 (ntohs(lacpdu->partner_system_priority) == port->actor_system_priority) && in __choose_matched()
500 partner->system_priority = ntohs(lacpdu->actor_system_priority); in __record_pdu()
567 ntohs(lacpdu->actor_system_priority) != partner->system_priority || in __update_selected()
630 (ntohs(lacpdu->partner_system_priority) != port->actor_system_priority) || in __update_ntt()
807 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()