Lines Matching refs:peer

83  * @addr: network address of link's peer node
89 * @peer_session: link session # being used by peer end of link
90 * @peer_bearer_id: bearer id used by link's peer endpoint
95 * @peer_caps: bitmap describing capabilities of peer node
96 * @silent_intv_cnt: # of timer intervals without any reception from peer
111 * @acked: # last packet acked by a certain peer. Used for broadcast.
114 * @unacked_window: # of inbound messages rx'd without ack'ing back to peer
126 * @in_session: have received ACTIVATE_MSG from peer
136 * @rcv_unacked: # messages read by user, but not yet acked back to peer
147 * @bc_rcvlink: the peer specific link used for broadcast reception
150 * @bc_peer_is_up: peer has acked the bcast init msg
486 * @peer: node id of peer node
487 * @peer_caps: bitmap describing peer node capabilities
489 * @bc_rcvlink: the peer specific link used for broadcast reception
494 * @peer_id: 128-bit ID of peer
501 u32 peer, u8 *peer_id, u16 peer_caps,
525 sprintf(peer_str, "%x", peer);
532 l->addr = peer;
570 * @peer: node id of peer node
571 * @peer_id: 128-bit ID of peer
572 * @peer_caps: bitmap describing peer node capabilities
577 bool tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id,
587 max_win, 0, ownnode, peer, NULL, peer_caps,
597 sprintf(peer_str, "%x", peer);
598 /* Broadcast receiver link name: "broadcast-link:<peer>" */
614 /* Disable replicast if even a single peer doesn't support it */
983 /* Force re-synch of peer session number before establishing */
1444 /* Does peer support the Gap ACK blocks feature? */
1453 /* Backward compatible: peer might not support bc, but uc? */
1511 * links of a certain peer, the buffer after built has the network data format
1546 * @acked: seqno of last packet acked by peer without any gaps before
1548 * @ga: buffer pointer to Gap ACK blocks from peer
1606 /* Skip packets peer has already acked */
1628 /* Update/release the packet peer is acking */
1723 /* Use snd_nxt to store peer's snd_nxt in broadcast rcv link */
1746 /* Inform peer that this endpoint is going down if applicable */
1992 * to peer. The SYNCH message does not contain any data, just
1993 * a header conveying the synch point to the peer.
2052 * The 2nd case should not happen if peer supports
2070 /* Unluckily, peer doesn't have TIPC_TUNNEL_ENHANCED
2135 * so it has not received anything from peer.
2137 * node has entered SELF_DOWN_PEER_LEAVING and both peer nodes
2245 /* Complete own link name with peer's interface name */
2253 /* Update own tolerance if peer indicates a non-zero value */
2258 /* Update own priority if peer's priority is higher */
2262 /* If peer is going down we want full re-establish cycle */
2268 /* If this endpoint was re-created while peer was ESTABLISHING
2301 /* Update own tolerance if peer indicates a non-zero value */
2306 /* Update own prio if peer indicates a different value */
2327 /* Send NACK if peer has sent pkts we haven't received yet */
2383 * Give a newly added peer node the sequence number where it should
2398 /* tipc_link_bc_init_rcv - receive initial broadcast synch data from peer
2425 /* tipc_link_bc_sync_rcv - update rcv link according to peer's send state
2439 /* Open when peer acknowledges our bcast init msg (pkt #1) */