Searched refs:tipc_link (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | link.h | 153 struct tipc_link { struct 214 struct tipc_link *bc_rcvlink; argument 215 struct tipc_link *bc_sndlink; argument 227 struct tipc_link *bc_sndlink, argument 228 struct tipc_link *bc_rcvlink, 231 struct tipc_link **link); 236 struct tipc_link *bc_sndlink, 237 struct tipc_link **link); 238 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl, 240 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq); [all …]
|
D | bcast.h | 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); 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, 75 static inline struct tipc_link *tipc_bc_sndlink(struct net *net) in tipc_bc_sndlink()
|
D | link.c | 110 static int link_is_up(struct tipc_link *l) in link_is_up() 115 static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb, 117 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, 120 static void link_reset_statistics(struct tipc_link *l_ptr); 121 static void link_print(struct tipc_link *l_ptr, const char *str); 122 static void tipc_link_build_nack_msg(struct tipc_link *l, 124 static void tipc_link_build_bc_init_msg(struct tipc_link *l, 126 static bool tipc_link_release_pkts(struct tipc_link *l, u16 to); 131 bool tipc_link_is_up(struct tipc_link *l) in tipc_link_is_up() 136 bool tipc_link_peer_is_down(struct tipc_link *l) in tipc_link_peer_is_down() [all …]
|
D | bcast.c | 59 struct tipc_link *link; 182 struct tipc_link *l = tipc_bc_sndlink(net); 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, u32 acked) in tipc_bcast_ack_rcv() 272 void tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l, in tipc_bcast_sync_rcv() 300 void tipc_bcast_add_peer(struct net *net, struct tipc_link *uc_l, in tipc_bcast_add_peer() 303 struct tipc_link *snd_l = tipc_bc_sndlink(net); in tipc_bcast_add_peer() 315 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_l) in tipc_bcast_remove_peer() 317 struct tipc_link *snd_l = tipc_bc_sndlink(net); in tipc_bcast_remove_peer() 393 struct tipc_link *bcl = tn->bcl; in tipc_nl_add_bc_link() [all …]
|
D | node.h | 71 struct tipc_link *link; 78 struct tipc_link *link; 142 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr); 143 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr); 161 static inline struct tipc_link *node_active_link(struct tipc_node *n, int sel) in node_active_link()
|
D | core.h | 66 struct tipc_link; 97 struct tipc_link *bcl;
|
D | node.c | 201 static void tipc_node_calculate_timer(struct tipc_node *n, struct tipc_link *l) in tipc_node_calculate_timer() 331 struct tipc_link *ol = node_active_link(n, 0); in __tipc_node_link_up() 332 struct tipc_link *nl = n->links[bearer_id].link; in __tipc_node_link_up() 406 struct tipc_link *l, *_l, *tnl; in __tipc_node_link_down() 472 struct tipc_link *l = le->link; in tipc_node_link_down() 510 struct tipc_link *l; in tipc_node_check_dest() 860 struct tipc_link *l; in node_lost_contact() 906 struct tipc_link *link; in tipc_node_get_linkname() 1000 static struct tipc_link *tipc_node_select_link(struct tipc_node *n, int sel, in tipc_node_select_link() 1026 struct tipc_link *l = NULL; in tipc_node_xmit() [all …]
|