Lines Matching refs:snd_l
363 void tipc_link_add_bc_peer(struct tipc_link *snd_l, in tipc_link_add_bc_peer() argument
369 snd_l->ackers++; in tipc_link_add_bc_peer()
370 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer()
371 snd_l->state = LINK_ESTABLISHED; in tipc_link_add_bc_peer()
375 void tipc_link_remove_bc_peer(struct tipc_link *snd_l, in tipc_link_remove_bc_peer() argument
379 u16 ack = snd_l->snd_nxt - 1; in tipc_link_remove_bc_peer()
381 snd_l->ackers--; in tipc_link_remove_bc_peer()
388 if (!snd_l->ackers) { in tipc_link_remove_bc_peer()
389 trace_tipc_link_reset(snd_l, TIPC_DUMP_ALL, "zero ackers!"); in tipc_link_remove_bc_peer()
390 tipc_link_reset(snd_l); in tipc_link_remove_bc_peer()
391 snd_l->state = LINK_RESET; in tipc_link_remove_bc_peer()