Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_options.c928 bond->params.broadcast_neighbor = 0; in bond_option_mode_set()
1899 if (bond->params.broadcast_neighbor == newval->value) in bond_option_broadcast_neigh_set()
1902 bond->params.broadcast_neighbor = newval->value; in bond_option_broadcast_neigh_set()
1904 if (bond->params.broadcast_neighbor) in bond_option_broadcast_neigh_set()
H A Dbond_main.c4386 if (bond->params.broadcast_neighbor) in bond_open()
4412 bond->params.broadcast_neighbor) in bond_close()
5265 if (!bond->params.broadcast_neighbor) in bond_should_broadcast_neighbor()
6442 params->broadcast_neighbor = 0; in bond_check_params()
/linux/include/net/
H A Dbonding.h153 int broadcast_neighbor; member