Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dbond_alb.h153 int bond_alb_initialize(struct bonding *bond, int rlb_enabled);
/Linux-v6.6/drivers/net/bonding/
Dbond_alb.c1306 int bond_alb_initialize(struct bonding *bond, int rlb_enabled) in bond_alb_initialize() function
Dbond_main.c4286 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()