• Home
  • Raw
  • Download

Lines Matching defs:net

65 static struct tipc_bc_base *tipc_bc_base(struct net *net)  in tipc_bc_base()
70 int tipc_bcast_get_mtu(struct net *net) in tipc_bcast_get_mtu()
78 static void tipc_bcbase_select_primary(struct net *net) in tipc_bcbase_select_primary()
108 void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_inc_bearer_dst_cnt()
118 void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_dec_bearer_dst_cnt()
138 static void tipc_bcbase_xmit(struct net *net, struct sk_buff_head *xmitq) in tipc_bcbase_xmit()
180 int tipc_bcast_xmit(struct net *net, struct sk_buff_head *list) in tipc_bcast_xmit()
216 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb) in tipc_bcast_rcv()
250 void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l, in tipc_bcast_ack_rcv()
278 int tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l, in tipc_bcast_sync_rcv()
308 void tipc_bcast_add_peer(struct net *net, struct tipc_link *uc_l, in tipc_bcast_add_peer()
323 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_l) in tipc_bcast_remove_peer()
343 int tipc_bclink_reset_stats(struct net *net) in tipc_bclink_reset_stats()
356 static int tipc_bc_link_set_queue_limits(struct net *net, u32 limit) in tipc_bc_link_set_queue_limits()
372 int tipc_nl_bc_link_set(struct net *net, struct nlattr *attrs[]) in tipc_nl_bc_link_set()
393 int tipc_bcast_init(struct net *net) in tipc_bcast_init()
423 void tipc_bcast_stop(struct net *net) in tipc_bcast_stop()