Searched refs:snd_l (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/tipc/ |
| D | link.c | 340 void tipc_link_add_bc_peer(struct tipc_link *snd_l, in tipc_link_add_bc_peer() argument 346 snd_l->ackers++; in tipc_link_add_bc_peer() 347 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer() 348 snd_l->state = LINK_ESTABLISHED; in tipc_link_add_bc_peer() 352 void tipc_link_remove_bc_peer(struct tipc_link *snd_l, in tipc_link_remove_bc_peer() argument 356 u16 ack = snd_l->snd_nxt - 1; in tipc_link_remove_bc_peer() 358 snd_l->ackers--; in tipc_link_remove_bc_peer() 365 if (!snd_l->ackers) { in tipc_link_remove_bc_peer() 366 trace_tipc_link_reset(snd_l, TIPC_DUMP_ALL, "zero ackers!"); in tipc_link_remove_bc_peer() 367 tipc_link_reset(snd_l); in tipc_link_remove_bc_peer() [all …]
|
| D | link.h | 135 void tipc_link_add_bc_peer(struct tipc_link *snd_l, 138 void tipc_link_remove_bc_peer(struct tipc_link *snd_l,
|
| D | bcast.c | 518 struct tipc_link *snd_l = tipc_bc_sndlink(net); in tipc_bcast_add_peer() local 521 tipc_link_add_bc_peer(snd_l, uc_l, xmitq); in tipc_bcast_add_peer() 533 struct tipc_link *snd_l = tipc_bc_sndlink(net); in tipc_bcast_remove_peer() local 540 tipc_link_remove_bc_peer(snd_l, rcv_l, &xmitq); in tipc_bcast_remove_peer()
|