Lines Matching refs:net
115 int tipc_bclink_init(struct net *net);
116 void tipc_bclink_stop(struct net *net);
117 void tipc_bclink_add_node(struct net *net, u32 addr);
118 void tipc_bclink_remove_node(struct net *net, u32 addr);
119 struct tipc_node *tipc_bclink_retransmit_to(struct net *tn);
121 void tipc_bclink_rcv(struct net *net, struct sk_buff *buf);
122 u32 tipc_bclink_get_last_sent(struct net *net);
126 int tipc_bclink_reset_stats(struct net *net);
127 int tipc_bclink_set_queue_limits(struct net *net, u32 limit);
128 void tipc_bcbearer_sort(struct net *net, struct tipc_node_map *nm_ptr,
131 int tipc_bclink_xmit(struct net *net, struct sk_buff_head *list);
132 void tipc_bclink_wakeup_users(struct net *net);
133 int tipc_nl_add_bc_link(struct net *net, struct tipc_nl_msg *msg);
134 void tipc_bclink_input(struct net *net);