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
459 * @peer: node id of peer node
460 * @peer_caps: bitmap describing peer node capabilities
462 * @bc_rcvlink: the peer specific link used for broadcast reception
472 u32 peer, u8 *peer_id, u16 peer_caps,
496 sprintf(peer_str, "%x", peer);
503 l->addr = peer;
543 bool tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id,
553 max_win, 0, ownnode, peer, NULL, peer_caps,
563 sprintf(peer_str, "%x", peer);
564 /* Broadcast receiver link name: "broadcast-link:<peer>" */
580 /* Disable replicast if even a single peer doesn't support it */
948 /* Force re-synch of peer session number before establishing */
1408 /* Does peer support the Gap ACK blocks feature? */
1417 /* Backward compatible: peer might not support bc, but uc? */
1475 * links of a certain peer, the buffer after built has the network data format
1510 * @acked: seqno of last packet acked by peer without any gaps before
1512 * @ga: buffer pointer to Gap ACK blocks from peer
1570 /* Skip packets peer has already acked */
1592 /* Update/release the packet peer is acking */
1687 /* Use snd_nxt to store peer's snd_nxt in broadcast rcv link */
1710 /* Inform peer that this endpoint is going down if applicable */
1956 * to peer. The SYNCH message does not contain any data, just
1957 * a header conveying the synch point to the peer.
2016 * The 2nd case should not happen if peer supports
2034 /* Unluckily, peer doesn't have TIPC_TUNNEL_ENHANCED
2099 * so it has not received anything from peer.
2101 * node has entered SELF_DOWN_PEER_LEAVING and both peer nodes
2209 /* Complete own link name with peer's interface name */
2217 /* Update own tolerance if peer indicates a non-zero value */
2222 /* Update own priority if peer's priority is higher */
2226 /* If peer is going down we want full re-establish cycle */
2232 /* If this endpoint was re-created while peer was ESTABLISHING
2265 /* Update own tolerance if peer indicates a non-zero value */
2270 /* Update own prio if peer indicates a different value */
2291 /* Send NACK if peer has sent pkts we haven't received yet */
2347 * Give a newly added peer node the sequence number where it should
2362 /* tipc_link_bc_init_rcv - receive initial broadcast synch data from peer
2389 /* tipc_link_bc_sync_rcv - update rcv link according to peer's send state
2403 /* Open when peer ackowledges our bcast init msg (pkt #1) */