Lines Matching defs:peer_caps
92 * @peer_caps: bitmap describing capabilities of peer node
152 u16 peer_caps;
360 l->peer_caps = capabilities;
465 * @peer_caps: bitmap describing peer node capabilities
479 u32 peer, u8 *peer_id, u16 peer_caps,
509 l->peer_caps = peer_caps;
548 * @peer_caps: bitmap describing peer node capabilities
554 int mtu, u32 min_win, u32 max_win, u16 peer_caps,
563 max_win, 0, ownnode, peer, NULL, peer_caps,
590 if (link_is_bc_rcvlink(l) && !(peer_caps & TIPC_BCAST_RCAST))
1421 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) {
1880 if (l->peer_caps & TIPC_LINK_PROTO_SEQNO)
1887 if (l->peer_caps & TIPC_GAP_ACK_BLOCK)
1970 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2032 (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2160 if (!(l->peer_caps & TIPC_LINK_PROTO_SEQNO))
2391 if (l->peer_caps & TIPC_BCAST_SYNCH)
2432 if (l->peer_caps & TIPC_BCAST_STATE_NACK)
2919 i += scnprintf(buf + i, sz - i, " %x", l->peer_caps);