Home
last modified time | relevance | path

Searched refs:rcv_unacked (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c170 u32 rcv_unacked; member
828 state |= l->bc_rcvlink->rcv_unacked; in tipc_link_timeout()
829 state |= l->rcv_unacked; in tipc_link_timeout()
975 l->rcv_unacked = 0; in tipc_link_reset()
1063 l->rcv_unacked = 0; in tipc_link_xmit()
1168 l->rcv_unacked = 0; in tipc_link_advance_backlog()
1685 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1692 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1804 if (unlikely(++l->rcv_unacked >= TIPC_MIN_LINK_WIN)) in tipc_link_rcv()
1881 l->rcv_unacked in tipc_link_build_proto_msg()
[all...]
H A Dsocket.c90 * @rcv_unacked: # messages read by user, but not yet acked back to peer
115 u16 rcv_unacked; member
1809 msg_set_conn_ack(msg, tsk->rcv_unacked); in tipc_sk_build_ack()
1810 tsk->rcv_unacked = 0; in tipc_sk_build_ack()
1993 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvmsg()
1994 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) in tipc_recvmsg()
2093 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvstream()
2094 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) in tipc_recvstream()
3977 i += scnprintf(buf + i, sz - i, " %u", tsk->rcv_unacked); in tipc_sk_dump()
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c136 * @rcv_unacked: # messages read by user, but not yet acked back to peer
198 u32 rcv_unacked; member
863 state |= l->bc_rcvlink->rcv_unacked; in tipc_link_timeout()
864 state |= l->rcv_unacked; in tipc_link_timeout()
1010 l->rcv_unacked = 0; in tipc_link_reset()
1098 l->rcv_unacked = 0; in tipc_link_xmit()
1203 l->rcv_unacked = 0; in tipc_link_advance_backlog()
1721 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1728 l->rcv_unacked = 0; in tipc_link_build_state_msg()
1840 if (unlikely(++l->rcv_unacked > in tipc_link_rcv()
[all...]
H A Dsocket.c92 * @rcv_unacked: # messages read by user, but not yet acked back to peer
126 u16 rcv_unacked; member
1810 msg_set_conn_ack(msg, tsk->rcv_unacked); in tipc_sk_build_ack()
1811 tsk->rcv_unacked = 0; in tipc_sk_build_ack()
1995 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvmsg()
1996 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) in tipc_recvmsg()
2096 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvstream()
2097 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) in tipc_recvstream()
3989 i += scnprintf(buf + i, sz - i, " %u", tsk->rcv_unacked); in tipc_sk_dump()

Completed in 16 milliseconds