Lines Matching refs:peer_caps
91 * @peer_caps: peer capabilities mask
125 u16 peer_caps;
248 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
264 if (!(tsk->peer_caps & TIPC_NAGLE))
1373 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1580 tsk->peer_caps = tipc_node_get_capabilities(net, dnode);
1680 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node);
1683 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1814 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) {
2320 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
3986 i += scnprintf(buf + i, sz - i, " %x", tsk->peer_caps);