Lines Matching defs:peer_caps
90 * @peer_caps: peer capabilities mask
124 u16 peer_caps;
245 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
261 if (!(tsk->peer_caps & TIPC_NAGLE))
1368 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1575 tsk->peer_caps = tipc_node_get_capabilities(net, dnode);
1675 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node);
1678 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1809 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) {
2315 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
3977 i += scnprintf(buf + i, sz - i, " %x", tsk->peer_caps);