Home
last modified time | relevance | path

Searched refs:rcv_l (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/tipc/
Dbcast.c438 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_l) in tipc_bcast_remove_peer() argument
447 tipc_link_remove_bc_peer(snd_l, rcv_l, &xmitq); in tipc_bcast_remove_peer()
Dlink.c344 struct tipc_link *rcv_l = uc_l->bc_rcvlink; in tipc_link_add_bc_peer() local
347 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer()
353 struct tipc_link *rcv_l, in tipc_link_remove_bc_peer() argument
359 rcv_l->bc_peer_is_up = true; in tipc_link_remove_bc_peer()
360 rcv_l->state = LINK_ESTABLISHED; in tipc_link_remove_bc_peer()
361 tipc_link_bc_ack_rcv(rcv_l, ack, xmitq); in tipc_link_remove_bc_peer()
362 tipc_link_reset(rcv_l); in tipc_link_remove_bc_peer()
363 rcv_l->state = LINK_RESET; in tipc_link_remove_bc_peer()
Dlink.h136 struct tipc_link *rcv_l,