Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dlink.c221 struct tipc_link *bc_rcvlink; member
503 struct tipc_link *bc_rcvlink, in tipc_link_create() argument
538 if (bc_rcvlink) in tipc_link_create()
539 bc_rcvlink->tolerance = tolerance; in tipc_link_create()
547 l->bc_rcvlink = bc_rcvlink; in tipc_link_create()
608 l->bc_rcvlink = l; in tipc_link_bc_create()
849 u16 bc_acked = l->bc_rcvlink->acked; in tipc_link_timeout()
863 state |= l->bc_rcvlink->rcv_unacked; in tipc_link_timeout()
1518 struct tipc_link *bcl = l->bc_rcvlink; in tipc_build_gap_ack_blks()
2889 if (l->bc_rcvlink) in tipc_link_set_tolerance()
[all …]
H A Dlink.h79 struct tipc_link *bc_rcvlink,