Home
last modified time | relevance | path

Searched refs:tipc_bcast_toggle_rcast (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/tipc/
H A Dbcast.h89 void tipc_bcast_toggle_rcast(struct net *net, bool supp);
H A Dnode.c535 tipc_bcast_toggle_rcast(net, in tipc_node_create()
608 tipc_bcast_toggle_rcast(net, (tn->capabilities & TIPC_BCAST_RCAST)); in tipc_node_create()
795 tipc_bcast_toggle_rcast(peer->net, in tipc_node_cleanup()
2307 tipc_bcast_toggle_rcast(net, (tn->capabilities & TIPC_BCAST_RCAST)); in tipc_nl_peer_rm()
H A Dbcast.c91 void tipc_bcast_toggle_rcast(struct net *net, bool supp) in tipc_bcast_toggle_rcast() function
H A Dlink.c616 tipc_bcast_toggle_rcast(net, false); in tipc_link_bc_create()