Lines Matching defs:net

77 static struct tipc_bc_base *tipc_bc_base(struct net *net)  in tipc_bc_base()
86 int tipc_bcast_get_mtu(struct net *net) in tipc_bcast_get_mtu()
91 void tipc_bcast_toggle_rcast(struct net *net, bool supp) in tipc_bcast_toggle_rcast()
96 static void tipc_bcbase_calc_bc_threshold(struct net *net) in tipc_bcbase_calc_bc_threshold()
107 static void tipc_bcbase_select_primary(struct net *net) in tipc_bcbase_select_primary()
147 void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_inc_bearer_dst_cnt()
157 void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_dec_bearer_dst_cnt()
177 static void tipc_bcbase_xmit(struct net *net, struct sk_buff_head *xmitq) in tipc_bcbase_xmit()
212 static void tipc_bcast_select_xmit_method(struct net *net, int dests, in tipc_bcast_select_xmit_method()
259 int tipc_bcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_bcast_xmit()
288 static int tipc_rcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_rcast_xmit()
317 static int tipc_mcast_send_sync(struct net *net, struct sk_buff *skb, in tipc_mcast_send_sync()
378 int tipc_mcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_mcast_xmit()
436 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb) in tipc_bcast_rcv()
470 void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l, in tipc_bcast_ack_rcv()
498 int tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l, in tipc_bcast_sync_rcv()
535 void tipc_bcast_add_peer(struct net *net, struct tipc_link *uc_l, in tipc_bcast_add_peer()
551 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_l) in tipc_bcast_remove_peer()
572 int tipc_bclink_reset_stats(struct net *net, struct tipc_link *l) in tipc_bclink_reset_stats()
583 static int tipc_bc_link_set_queue_limits(struct net *net, u32 max_win) in tipc_bc_link_set_queue_limits()
599 static int tipc_bc_link_set_broadcast_mode(struct net *net, u32 bc_mode) in tipc_bc_link_set_broadcast_mode()
632 static int tipc_bc_link_set_broadcast_ratio(struct net *net, u32 bc_ratio) in tipc_bc_link_set_broadcast_ratio()
650 int tipc_nl_bc_link_set(struct net *net, struct nlattr *attrs[]) in tipc_nl_bc_link_set()
689 int tipc_bcast_init(struct net *net) in tipc_bcast_init()
722 void tipc_bcast_stop(struct net *net) in tipc_bcast_stop()
761 u32 tipc_bcast_get_mode(struct net *net) in tipc_bcast_get_mode()
777 u32 tipc_bcast_get_broadcast_ratio(struct net *net) in tipc_bcast_get_broadcast_ratio()
784 void tipc_mcast_filter_msg(struct net *net, struct sk_buff_head *defq, in tipc_mcast_filter_msg()