Home
last modified time | relevance | path

Searched refs:bond_alb_initialize (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dbond_alb.h153 int bond_alb_initialize(struct bonding *bond, int rlb_enabled);
/linux/drivers/net/bonding/
H A Dbond_main.c4451 /* bond_alb_initialize must be called before the timer in bond_open()
4454 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()