Searched refs:snd_una (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/net/ipv4/
H A Dtcp_westwood.c37 u32 snd_una; /* used for evaluating the number of acked bytes */ member in struct:westwood
73 w->snd_una = tcp_sk(sk)->snd_una;
122 /* Initialize w->snd_una with the first acked sequence number in order
123 * to fix mismatch between tp->snd_una and w->snd_una for the first
127 w->snd_una = tcp_sk(sk)->snd_una;
170 w->bk += tp->snd_una - w->snd_una;
[all...]
H A Dtcp_nv.c112 u32 nv_last_snd_una; /* Previous value of tp->snd_una. It is
132 ca->nv_rtt_start_seq = tp->snd_una;
134 ca->nv_last_snd_una = tp->snd_una;
265 bytes_acked = tp->snd_una - ca->nv_last_snd_una;
266 ca->nv_last_snd_una = tp->snd_una;
337 if (before(ca->nv_rtt_start_seq, tp->snd_una)) {
H A Dtcp_input.c99 #define FLAG_SACK_RENEGING 0x2000 /* snd_una advanced to a sacked seq */
908 if (after(tp->snd_una, tp->rtt_seq)) {
1229 * snd_nxt wrap -> snd_una region will then become "well defined", i.e.,
1234 * again, D-SACK block must not to go across snd_una (for the same reason as
1257 * start_seq == snd_una is non-sensical (see comments above)
1259 if (after(start_seq, tp->snd_una))
1265 /* ...Then it's D-SACK, and must reside below snd_una completely */
1266 if (after(end_seq, tp->snd_una))
1397 if (!after(end_seq, tp->snd_una))
1596 if (!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una))
[all...]
H A Dtcp_dctcp.c122 if (!before(tp->snd_una, ca->next_seq)) {
H A Dtcp_diag.c31 r->idiag_wqueue = READ_ONCE(tp->write_seq) - tp->snd_una;
H A Dtcp_timer.c553 inet->inet_num, tp->snd_una, tp->snd_nxt,
561 inet->inet_num, tp->snd_una, tp->snd_nxt,
H A Dtcp_output.c415 return tp->snd_una != tp->snd_up;
1386 /* The urg_mode check is necessary during a below snd_una win probe */
1917 if (!before(tp->snd_una, tp->cwnd_usage_seq) ||
1957 return after(tp->snd_sml, tp->snd_una) &&
3297 if (before(TCP_SKB_CB(skb)->seq, tp->snd_una)) {
3303 if (unlikely(before(TCP_SKB_CB(skb)->end_seq, tp->snd_una))) {
3307 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq))
3323 if (TCP_SKB_CB(skb)->seq != tp->snd_una)
3888 tp->snd_una = tp->write_seq;
4269 tcp_init_nondata_skb(skb, tp->snd_una
[all...]
H A Dtcp_cubic.c392 if (after(tp->snd_una, ca->end_seq))
/linux-master/include/trace/events/
H A Dtcp.h255 __field(__u32, snd_una)
284 __entry->snd_una = tp->snd_una;
296 TP_printk("family=%s src=%pISpc dest=%pISpc mark=%#x data_len=%d snd_nxt=%#x snd_una=%#x snd_cwnd=%u ssthresh=%u snd_wnd=%u srtt=%u rcv_wnd=%u sock_cookie=%llx skbaddr=%p skaddr=%p",
299 __entry->data_len, __entry->snd_nxt, __entry->snd_una,
/linux-master/include/linux/qed/
H A Dtcp_common.h101 __le32 snd_una; member in struct:tcp_offload_params
232 __le32 snd_una; member in struct:tcp_upload_params
H A Dqed_iscsi_if.h69 u32 snd_una; member in struct:qed_iscsi_params_offload
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c94 dst->snd_una = src->snd_una;
H A Dbpf_iter_tcp6.c131 tp->tcp.write_seq - tp->tcp.snd_una, rx_queue,
H A Dbpf_iter_tcp4.c127 tp->write_seq - tp->snd_una, rx_queue,
H A Dbpf_dctcp.c124 if (!before(tp->snd_una, ca->next_seq)) {
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1468 tp->snd_una = snd_isn;
1930 tp->snd_una = ntohl(rpl->snd_nxt) - 1; /* exclude FIN */
2228 u32 snd_una; local
2230 snd_una = ntohl(hdr->snd_una);
2255 if (unlikely(before(snd_una, tp->snd_una))) {
2260 if (tp->snd_una != snd_una) {
2261 tp->snd_una
[all...]
/linux-master/net/mptcp/
H A Dprotocol.c419 msk->write_seq == READ_ONCE(msk->snd_una);
994 u64 snd_una; local
996 snd_una = msk->snd_una;
998 if (after64(dfrag->data_seq + dfrag->data_len, snd_una))
1013 if (dfrag && after64(snd_una, dfrag->data_seq)) {
1014 u64 delta = snd_una - dfrag->data_seq;
1034 if (unlikely(msk->recovery) && after64(msk->snd_una, msk->recovery_snd_nxt))
1038 if (snd_una == msk->snd_nxt && snd_una
1293 u64 snd_una = READ_ONCE(msk->snd_una); local
[all...]
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1645 csk->snd_una = snd_isn;
1839 u32 snd_una = ntohl(rpl->snd_una); local
1877 if (unlikely(before(snd_una, csk->snd_una))) {
1878 pr_warn("csk 0x%p,%u, snd_una %u/%u.",
1879 csk, csk->tid, snd_una,
1880 csk->snd_una);
1884 if (csk->snd_una != snd_una) {
[all...]
H A Dcxgbit.h216 u32 snd_una; member in struct:cxgbit_sock
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h67 __u32 snd_una; member in struct:tcp_sock
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.c833 csk->write_seq = csk->snd_nxt = csk->snd_una = snd_isn;
999 csk->snd_una = snd_nxt - 1;
1024 unsigned int snd_una, int seq_chk)
1027 "csk 0x%p,%u,0x%lx,%u, cr %u,%u+%u, snd_una %u,%d.\n",
1029 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk);
1064 if (unlikely(before(snd_una, csk->snd_una))) {
1065 pr_warn("csk 0x%p,%u,0x%lx,%u, snd_una %u/%u.",
1066 csk, csk->state, csk->flags, csk->tid, snd_una,
1067 csk->snd_una);
1023 cxgbi_sock_rcv_wr_ack(struct cxgbi_sock *csk, unsigned int credits, unsigned int snd_una, int seq_chk) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c74 u32 snd_una; member in struct:qed_iscsi_conn
358 p_tcp->snd_una = cpu_to_le32(p_conn->snd_una);
1239 con->snd_una = conn_info->snd_una;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c93 tp->rcv_nxt, tp->snd_nxt, tp->snd_una, tp->mss_cache,
/linux-master/include/linux/
H A Dtcp.h289 u32 snd_una; /* First byte we want an ack for */ member in struct:tcp_sock
328 * sum(delta(snd_una)), or how many bytes
425 u32 undo_marker; /* snd_una upon a new recovery episode. */
/linux-master/net/ipv6/
H A Dtcp_ipv6.c383 __u32 seq, snd_una; local
433 /* XXX (TFO) - tp->snd_una should be ISN (tcp_create_openreq_child() */
435 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una;
437 !between(seq, snd_una, tp->snd_nxt)) {
2223 READ_ONCE(tp->write_seq) - tp->snd_una,

Completed in 750 milliseconds

12