Lines Matching refs:snd_l
385 void tipc_link_add_bc_peer(struct tipc_link *snd_l,
391 snd_l->ackers++;
392 rcv_l->acked = snd_l->snd_nxt - 1;
393 snd_l->state = LINK_ESTABLISHED;
397 void tipc_link_remove_bc_peer(struct tipc_link *snd_l,
401 u16 ack = snd_l->snd_nxt - 1;
403 snd_l->ackers--;
410 if (!snd_l->ackers) {
411 trace_tipc_link_reset(snd_l, TIPC_DUMP_ALL, "zero ackers!");
412 tipc_link_reset(snd_l);
413 snd_l->state = LINK_RESET;