Lines Matching refs:net
74 int tipc_bcast_init(struct net *net);
75 void tipc_bcast_stop(struct net *net);
76 void tipc_bcast_add_peer(struct net *net, struct tipc_link *l,
78 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_bcl);
79 void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id);
80 void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id);
81 int tipc_bcast_get_mtu(struct net *net);
82 void tipc_bcast_disable_rcast(struct net *net);
83 int tipc_mcast_xmit(struct net *net, struct sk_buff_head *pkts,
86 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb);
87 void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l,
89 int tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l,
91 int tipc_nl_add_bc_link(struct net *net, struct tipc_nl_msg *msg);
92 int tipc_nl_bc_link_set(struct net *net, struct nlattr *attrs[]);
93 int tipc_bclink_reset_stats(struct net *net);
95 static inline void tipc_bcast_lock(struct net *net) in tipc_bcast_lock() argument
97 spin_lock_bh(&tipc_net(net)->bclock); in tipc_bcast_lock()
100 static inline void tipc_bcast_unlock(struct net *net) in tipc_bcast_unlock() argument
102 spin_unlock_bh(&tipc_net(net)->bclock); in tipc_bcast_unlock()
105 static inline struct tipc_link *tipc_bc_sndlink(struct net *net) in tipc_bc_sndlink() argument
107 return tipc_net(net)->bcl; in tipc_bc_sndlink()