Lines Matching refs:peer_caps
95 * @peer_caps: bitmap describing capabilities of peer node
167 u16 peer_caps;
382 l->peer_caps = capabilities;
487 * @peer_caps: bitmap describing peer node capabilities
501 u32 peer, u8 *peer_id, u16 peer_caps,
533 l->peer_caps = peer_caps;
572 * @peer_caps: bitmap describing peer node capabilities
578 int mtu, u32 min_win, u32 max_win, u16 peer_caps,
587 max_win, 0, ownnode, peer, NULL, peer_caps,
615 if (link_is_bc_rcvlink(l) && !(peer_caps & TIPC_BCAST_RCAST))
1445 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) {
1904 if (l->peer_caps & TIPC_LINK_PROTO_SEQNO)
1911 if (l->peer_caps & TIPC_GAP_ACK_BLOCK)
1995 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2057 (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2183 if (!(l->peer_caps & TIPC_LINK_PROTO_SEQNO))
2414 if (l->peer_caps & TIPC_BCAST_SYNCH)
2455 if (l->peer_caps & TIPC_BCAST_STATE_NACK)
2942 i += scnprintf(buf + i, sz - i, " %x", l->peer_caps);