Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dbond_alb.h153 int bond_alb_initialize(struct bonding *bond, int rlb_enabled);
/Linux-v5.4/drivers/net/bonding/
Dbond_alb.c1270 int bond_alb_initialize(struct bonding *bond, int rlb_enabled) in bond_alb_initialize() function
Dbond_main.c3373 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()