Lines Matching refs:snd_l
357 void tipc_link_add_bc_peer(struct tipc_link *snd_l,
363 snd_l->ackers++;
364 rcv_l->acked = snd_l->snd_nxt - 1;
365 snd_l->state = LINK_ESTABLISHED;
369 void tipc_link_remove_bc_peer(struct tipc_link *snd_l,
373 u16 ack = snd_l->snd_nxt - 1;
375 snd_l->ackers--;
382 if (!snd_l->ackers) {
383 trace_tipc_link_reset(snd_l, TIPC_DUMP_ALL, "zero ackers!");
384 tipc_link_reset(snd_l);
385 snd_l->state = LINK_RESET;