Searched refs:rcv_l (Results 1 – 3 of 3) sorted by relevance
/linux/net/tipc/ |
H A D | link.h | 139 struct tipc_link *rcv_l,
|
H A D | link.c | 367 struct tipc_link *rcv_l = uc_l->bc_rcvlink; in tipc_link_add_bc_peer() local 370 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer() 376 struct tipc_link *rcv_l, in tipc_link_remove_bc_peer() argument 382 rcv_l->bc_peer_is_up = true; in tipc_link_remove_bc_peer() 383 rcv_l->state = LINK_ESTABLISHED; in tipc_link_remove_bc_peer() 384 tipc_link_bc_ack_rcv(rcv_l, ack, 0, NULL, xmitq, NULL); in tipc_link_remove_bc_peer() 385 trace_tipc_link_reset(rcv_l, TIPC_DUMP_ALL, "bclink removed!"); in tipc_link_remove_bc_peer() 386 tipc_link_reset(rcv_l); in tipc_link_remove_bc_peer() 387 rcv_l->state = LINK_RESET; in tipc_link_remove_bc_peer()
|
H A D | bcast.c | 551 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_l) in tipc_bcast_remove_peer() argument 560 tipc_link_remove_bc_peer(snd_l, rcv_l, &xmitq); in tipc_bcast_remove_peer()
|