Lines Matching refs:net
47 int tipc_bcast_init(struct net *net);
48 void tipc_bcast_reinit(struct net *net);
49 void tipc_bcast_stop(struct net *net);
50 void tipc_bcast_add_peer(struct net *net, struct tipc_link *l,
52 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_bcl);
53 void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id);
54 void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id);
55 int tipc_bcast_get_mtu(struct net *net);
56 int tipc_bcast_xmit(struct net *net, struct sk_buff_head *list);
57 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb);
58 void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l, u32 acked);
59 void tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l,
61 int tipc_nl_add_bc_link(struct net *net, struct tipc_nl_msg *msg);
62 int tipc_nl_bc_link_set(struct net *net, struct nlattr *attrs[]);
63 int tipc_bclink_reset_stats(struct net *net);
65 static inline void tipc_bcast_lock(struct net *net) in tipc_bcast_lock() argument
67 spin_lock_bh(&tipc_net(net)->bclock); in tipc_bcast_lock()
70 static inline void tipc_bcast_unlock(struct net *net) in tipc_bcast_unlock() argument
72 spin_unlock_bh(&tipc_net(net)->bclock); in tipc_bcast_unlock()
75 static inline struct tipc_link *tipc_bc_sndlink(struct net *net) in tipc_bc_sndlink() argument
77 return tipc_net(net)->bcl; in tipc_bc_sndlink()