Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dbearer.h236 bool tipc_bearer_bcast_support(struct net *net, u32 bearer_id);
H A Dbcast.c132 bb->bcast_support &= tipc_bearer_bcast_support(net, i); in tipc_bcbase_select_primary()
144 bb->bcast_support = tipc_bearer_bcast_support(net, prim); in tipc_bcbase_select_primary()
H A Dbearer.c520 bool tipc_bearer_bcast_support(struct net *net, u32 bearer_id) in tipc_bearer_bcast_support() function