Searched refs:snt_unacked (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.c | 89 * @snt_unacked: # messages sent by socket, and not yet acked by peer 112 u16 snt_unacked; member 214 return tsk->snt_unacked > tsk->snd_win; in tsk_conn_cong() 1304 tsk->snt_unacked += tsk->snd_backlog; in tipc_sk_push_backlog() 1359 tsk->snt_unacked -= msg_conn_ack(hdr); in tipc_sk_conn_proto_rcv() 1571 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr)); in __tipc_sendstream() 1623 tsk->snt_unacked += blocks; in __tipc_sendstream() 3976 i += scnprintf(buf + i, sz - i, " %u", tsk->snt_unacked); in tipc_sk_dump()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 89 * @snt_unacked: # messages sent by socket, and not yet acked by peer 123 u16 snt_unacked; member 225 return tsk->snt_unacked > tsk->snd_win; in tsk_conn_cong() 1315 tsk->snt_unacked += tsk->snd_backlog; in tipc_sk_push_backlog() 1372 tsk->snt_unacked -= msg_conn_ack(hdr); in tipc_sk_conn_proto_rcv() 1581 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr)); in __tipc_sendstream() 1633 tsk->snt_unacked += blocks; in __tipc_sendstream() 3988 i += scnprintf(buf + i, sz - i, " %u", tsk->snt_unacked); in tipc_sk_dump()
|
Completed in 14 milliseconds