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.c944 WRITE_ONCE(bond->params.broadcast_neighbor, 0); in bond_option_mode_set()
1927 if (bond->params.broadcast_neighbor == newval->value) in bond_option_broadcast_neigh_set()
1930 WRITE_ONCE(bond->params.broadcast_neighbor, newval->value); in bond_option_broadcast_neigh_set()
1932 if (bond->params.broadcast_neighbor) in bond_option_broadcast_neigh_set()
H A Dbond_netlink.c860 READ_ONCE(bond->params.broadcast_neighbor))) in bond_fill_info()
H A Dbond_main.c4398 if (bond->params.broadcast_neighbor) in bond_open()
4424 bond->params.broadcast_neighbor) in bond_close()
5273 if (!bond->params.broadcast_neighbor) in bond_should_broadcast_neighbor()
6452 params->broadcast_neighbor = 0; in bond_check_params()
H A Dbond_3ad.c1035 if (bond->params.broadcast_neighbor) in ad_cond_set_peer_notif()
/linux/include/net/
H A Dbonding.h151 int broadcast_neighbor; member