Searched refs:snd_l (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/tipc/ |
| 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 | 538 struct tipc_link *snd_l = tipc_bc_sndlink(net); in tipc_bcast_add_peer() local 541 tipc_link_add_bc_peer(snd_l, uc_l, xmitq); in tipc_bcast_add_peer() 553 struct tipc_link *snd_l = tipc_bc_sndlink(net); in tipc_bcast_remove_peer() local 560 tipc_link_remove_bc_peer(snd_l, rcv_l, &xmitq); in tipc_bcast_remove_peer()
|
| D | link.c | 352 void tipc_link_add_bc_peer(struct tipc_link *snd_l, in tipc_link_add_bc_peer() argument 358 snd_l->ackers++; in tipc_link_add_bc_peer() 359 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer() 360 snd_l->state = LINK_ESTABLISHED; in tipc_link_add_bc_peer() 364 void tipc_link_remove_bc_peer(struct tipc_link *snd_l, in tipc_link_remove_bc_peer() argument 368 u16 ack = snd_l->snd_nxt - 1; in tipc_link_remove_bc_peer() 370 snd_l->ackers--; in tipc_link_remove_bc_peer() 377 if (!snd_l->ackers) { in tipc_link_remove_bc_peer() 378 trace_tipc_link_reset(snd_l, TIPC_DUMP_ALL, "zero ackers!"); in tipc_link_remove_bc_peer() 379 tipc_link_reset(snd_l); in tipc_link_remove_bc_peer() [all …]
|
| D | node.c | 1131 struct tipc_link *l, *snd_l; in tipc_node_check_dest() local 1152 snd_l = tipc_bc_sndlink(net); in tipc_node_check_dest() 1155 tipc_link_min_win(snd_l), in tipc_node_check_dest() 1156 tipc_link_max_win(snd_l), in tipc_node_check_dest() 1159 &n->bc_entry.namedq, snd_l, in tipc_node_check_dest()
|