Home
last modified time | relevance | path

Searched refs:peer_caps (Results 1 – 3 of 3) sorted by relevance

/net/tipc/
Dlink.c138 u16 peer_caps; member
337 l->peer_caps = capabilities; in tipc_link_update_caps()
445 u32 peer, u8 *peer_id, u16 peer_caps, in tipc_link_create() argument
477 l->peer_caps = peer_caps; in tipc_link_create()
516 int mtu, int window, u16 peer_caps, in tipc_link_bc_create() argument
525 0, ownnode, peer, NULL, peer_caps, bc_sndlink, in tipc_link_bc_create()
542 if (link_is_bc_rcvlink(l) && !(peer_caps & TIPC_BCAST_RCAST)) in tipc_link_bc_create()
1653 if (l->peer_caps & TIPC_LINK_PROTO_SEQNO) in tipc_link_build_proto_msg()
1659 if (l->peer_caps & TIPC_GAP_ACK_BLOCK) in tipc_link_build_proto_msg()
1756 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) { in tipc_link_tnl_prepare()
[all …]
Dlink.h77 u32 peer, u8 *peer_id, u16 peer_caps,
84 int mtu, int window, u16 peer_caps,
Dsocket.c111 u16 peer_caps; member
225 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in tsk_inc()
1274 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_conn_proto_rcv()
1478 tsk->peer_caps = tipc_node_get_capabilities(net, dnode); in __tipc_sendstream()
1551 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node); in tipc_sk_finish_conn()
1553 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) in tipc_sk_finish_conn()
1694 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) { in tipc_sk_send_ack()
2168 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) in rcvbuf_limit()
3825 i += scnprintf(buf + i, sz - i, " %x", tsk->peer_caps); in tipc_sk_dump()