Lines Matching refs:tipc_link
78 struct tipc_link *bc_sndlink,
79 struct tipc_link *bc_rcvlink,
82 struct tipc_link **link);
87 struct tipc_link *bc_sndlink,
88 struct tipc_link **link);
89 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
91 void tipc_link_create_dummy_tnl_msg(struct tipc_link *tnl,
93 void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl,
95 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
96 int tipc_link_fsm_evt(struct tipc_link *l, int evt);
97 bool tipc_link_is_up(struct tipc_link *l);
98 bool tipc_link_peer_is_down(struct tipc_link *l);
99 bool tipc_link_is_reset(struct tipc_link *l);
100 bool tipc_link_is_establishing(struct tipc_link *l);
101 bool tipc_link_is_synching(struct tipc_link *l);
102 bool tipc_link_is_failingover(struct tipc_link *l);
103 bool tipc_link_is_blocked(struct tipc_link *l);
104 void tipc_link_set_active(struct tipc_link *l, bool active);
105 void tipc_link_reset(struct tipc_link *l);
106 void tipc_link_reset_stats(struct tipc_link *l);
107 int tipc_link_xmit(struct tipc_link *link, struct sk_buff_head *list,
109 struct sk_buff_head *tipc_link_inputq(struct tipc_link *l);
110 u16 tipc_link_rcv_nxt(struct tipc_link *l);
111 u16 tipc_link_acked(struct tipc_link *l);
112 u32 tipc_link_id(struct tipc_link *l);
113 char *tipc_link_name(struct tipc_link *l);
114 u32 tipc_link_state(struct tipc_link *l);
115 char tipc_link_plane(struct tipc_link *l);
116 int tipc_link_prio(struct tipc_link *l);
117 int tipc_link_min_win(struct tipc_link *l);
118 int tipc_link_max_win(struct tipc_link *l);
119 void tipc_link_update_caps(struct tipc_link *l, u16 capabilities);
120 bool tipc_link_validate_msg(struct tipc_link *l, struct tipc_msg *hdr);
121 unsigned long tipc_link_tolerance(struct tipc_link *l);
122 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
124 void tipc_link_set_prio(struct tipc_link *l, u32 prio,
126 void tipc_link_set_abort_limit(struct tipc_link *l, u32 limit);
127 void tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win);
129 struct tipc_link *link, int nlflags);
131 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq);
132 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb,
134 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
135 void tipc_link_add_bc_peer(struct tipc_link *snd_l,
136 struct tipc_link *uc_l,
138 void tipc_link_remove_bc_peer(struct tipc_link *snd_l,
139 struct tipc_link *rcv_l,
141 int tipc_link_bc_peers(struct tipc_link *l);
142 void tipc_link_set_mtu(struct tipc_link *l, int mtu);
143 int tipc_link_mtu(struct tipc_link *l);
144 int tipc_link_mss(struct tipc_link *l);
145 u16 tipc_get_gap_ack_blks(struct tipc_gap_ack_blks **ga, struct tipc_link *l,
147 int tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked, u16 gap,
151 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr);
152 int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
154 int tipc_link_bc_nack_rcv(struct tipc_link *l, struct sk_buff *skb,
156 bool tipc_link_too_silent(struct tipc_link *l);
157 struct net *tipc_link_net(struct tipc_link *l);