Home
last modified time | relevance | path

Searched refs:bc_rcvlink (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/tipc/
H A Dlink.c206 struct tipc_link *bc_rcvlink; member
481 struct tipc_link *bc_rcvlink, in tipc_link_create() argument
516 if (bc_rcvlink) in tipc_link_create()
517 bc_rcvlink->tolerance = tolerance; in tipc_link_create()
525 l->bc_rcvlink = bc_rcvlink; in tipc_link_create()
586 l->bc_rcvlink = l; in tipc_link_bc_create()
827 u16 bc_acked = l->bc_rcvlink->acked; in tipc_link_timeout()
841 state |= l->bc_rcvlink->rcv_unacked; in tipc_link_timeout()
1497 struct tipc_link *bcl = l->bc_rcvlink; in tipc_build_gap_ack_blks()
2869 if (l->bc_rcvlink) in tipc_link_set_tolerance()
[all …]
H A Dlink.h79 struct tipc_link *bc_rcvlink,