Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbond_3ad.h108 __be16 actor_port_priority; member
211 u16 actor_port_priority; member
/linux/drivers/net/bonding/
H A Dbond_3ad.c451 port->actor_port_priority = SLAVE_AD_INFO(port->slave)->port_priority; in __ad_actor_update_port()
526 (ntohs(lacpdu->partner_port_priority) == port->actor_port_priority) && in __choose_matched()
558 partner->port_priority = ntohs(lacpdu->actor_port_priority); in __record_pdu()
625 ntohs(lacpdu->actor_port_priority) != partner->port_priority || in __update_selected()
688 (ntohs(lacpdu->partner_port_priority) != port->actor_port_priority) || in __update_ntt()
769 prio += port->actor_port_priority; in __agg_ports_priority()
888 lacpdu->actor_port_priority = htons(port->actor_port_priority); in __update_lacpdu_from_port()
2029 port->actor_port_priority = 0xff; in ad_initialize_port()
2256 SLAVE_AD_INFO(slave)->port_priority = port->actor_port_priority; in bond_3ad_bind_slave()
H A Dbond_procfs.c239 port->actor_port_priority); in bond_info_show_slave()