Searched refs:rcv_l (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.h | 139 struct tipc_link *rcv_l,
|
H A D | link.c | 389 struct tipc_link *rcv_l = uc_l->bc_rcvlink; in tipc_link_add_bc_peer() local 392 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer() 398 struct tipc_link *rcv_l, in tipc_link_remove_bc_peer() 404 rcv_l->bc_peer_is_up = true; in tipc_link_remove_bc_peer() 405 rcv_l->state = LINK_ESTABLISHED; in tipc_link_remove_bc_peer() 406 tipc_link_bc_ack_rcv(rcv_l, ack, 0, NULL, xmitq, NULL); in tipc_link_remove_bc_peer() 407 trace_tipc_link_reset(rcv_l, TIPC_DUMP_ALL, "bclink removed!"); in tipc_link_remove_bc_peer() 408 tipc_link_reset(rcv_l); in tipc_link_remove_bc_peer() 409 rcv_l->state = LINK_RESET; in tipc_link_remove_bc_peer() 397 tipc_link_remove_bc_peer(struct tipc_link *snd_l, struct tipc_link *rcv_l, struct sk_buff_head *xmitq) tipc_link_remove_bc_peer() argument
|
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()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.c | 361 struct tipc_link *rcv_l = uc_l->bc_rcvlink; in tipc_link_add_bc_peer() local 364 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer() 370 struct tipc_link *rcv_l, in tipc_link_remove_bc_peer() 376 rcv_l->bc_peer_is_up = true; in tipc_link_remove_bc_peer() 377 rcv_l->state = LINK_ESTABLISHED; in tipc_link_remove_bc_peer() 378 tipc_link_bc_ack_rcv(rcv_l, ack, 0, NULL, xmitq, NULL); in tipc_link_remove_bc_peer() 379 trace_tipc_link_reset(rcv_l, TIPC_DUMP_ALL, "bclink removed!"); in tipc_link_remove_bc_peer() 380 tipc_link_reset(rcv_l); in tipc_link_remove_bc_peer() 381 rcv_l->state = LINK_RESET; in tipc_link_remove_bc_peer() 369 tipc_link_remove_bc_peer(struct tipc_link *snd_l, struct tipc_link *rcv_l, struct sk_buff_head *xmitq) tipc_link_remove_bc_peer() argument
|
H A D | link.h | 139 struct tipc_link *rcv_l,
|
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()
|
Completed in 13 milliseconds