Home
last modified time | relevance | path

Searched refs:broadcast_neighbor (Results 1 – 5 of 5) 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_netlink.c838 bond->params.broadcast_neighbor)) in bond_fill_info()
H A Dbond_main.c4390 if (bond->params.broadcast_neighbor) in bond_open()
4416 bond->params.broadcast_neighbor) in bond_close()
5271 if (!bond->params.broadcast_neighbor) in bond_should_broadcast_neighbor()
6448 params->broadcast_neighbor = 0; in bond_check_params()
H A Dbond_3ad.c1020 if (bond->params.broadcast_neighbor) in ad_cond_set_peer_notif()
/linux/include/net/
H A Dbonding.h150 int broadcast_neighbor; member