Home
last modified time | relevance | path

Searched refs:snd_l (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/tipc/
Dlink.c186 void tipc_link_add_bc_peer(struct tipc_link *snd_l, in tipc_link_add_bc_peer() argument
192 snd_l->ackers++; in tipc_link_add_bc_peer()
193 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer()
194 snd_l->state = LINK_ESTABLISHED; in tipc_link_add_bc_peer()
198 void tipc_link_remove_bc_peer(struct tipc_link *snd_l, in tipc_link_remove_bc_peer() argument
202 u16 ack = snd_l->snd_nxt - 1; in tipc_link_remove_bc_peer()
204 snd_l->ackers--; in tipc_link_remove_bc_peer()
208 if (!snd_l->ackers) { in tipc_link_remove_bc_peer()
209 tipc_link_reset(snd_l); in tipc_link_remove_bc_peer()
210 snd_l->state = LINK_RESET; in tipc_link_remove_bc_peer()
[all …]
Dbcast.c303 struct tipc_link *snd_l = tipc_bc_sndlink(net); in tipc_bcast_add_peer() local
306 tipc_link_add_bc_peer(snd_l, uc_l, xmitq); in tipc_bcast_add_peer()
317 struct tipc_link *snd_l = tipc_bc_sndlink(net); in tipc_bcast_remove_peer() local
324 tipc_link_remove_bc_peer(snd_l, rcv_l, &xmitq); in tipc_bcast_remove_peer()
Dlink.h265 void tipc_link_add_bc_peer(struct tipc_link *snd_l,
268 void tipc_link_remove_bc_peer(struct tipc_link *snd_l,