Home
last modified time | relevance | path

Searched defs:bond_params (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/net/
H A Dbonding.h119 int mode;
120 int xmit_policy;
121 int miimon;
123 u8 missed_max;
127 int use_carrier;
129 int updelay;
130 int downdelay;
132 int lacp_active;
133 int lacp_fast;
135 int ad_select;
[all …]
/linux-6.15/drivers/net/bonding/
H A Dbond_3ad.c1412 static void ad_periodic_machine(struct port *port, struct bond_params *bond_params) in ad_periodic_machine()