Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/bonding/
H A Dbond_alb.c623 bond->alb_info.rx_ntt = 1; in rlb_choose_channel()
1077 if (bond->alb_info.rlb_enabled) { in alb_fasten_mac_swap()
1089 if (bond->alb_info.rlb_enabled) { in alb_fasten_mac_swap()
1247 if (bond->alb_info.rlb_enabled) in alb_set_mac_address()
1321 bond->alb_info.rlb_enabled = 1; in bond_alb_initialize()
1323 bond->alb_info.rlb_enabled = 0; in bond_alb_initialize()
1654 if (bond->alb_info.rlb_enabled) in bond_alb_init_slave()
1672 if (bond->alb_info.rlb_enabled) { in bond_alb_deinit_slave()
1673 bond->alb_info.rx_slave = NULL; in bond_alb_deinit_slave()
1685 if (bond->alb_info.rlb_enabled) in bond_alb_handle_link_change()
[all …]
/linux-6.15/include/net/
H A Dbond_alb.h14 #define BOND_ALB_INFO(bond) ((bond)->alb_info)
H A Dbonding.h246 struct alb_bond_info alb_info; member