Home
last modified time | relevance | path

Searched refs:bytes_acked (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c147 global.bytes_acked = skops->bytes_acked; in bpf_testcb()
H A Dtest_sock_fields.c109 dst->bytes_acked = src->bytes_acked; in tpcpy()
H A Dverifier_sock.c545 __imm_const(bpf_tcp_sock_bytes_acked, offsetof(struct bpf_tcp_sock, bytes_acked)) in skb_sk_tp_bytes_acked()
569 __imm_const(bpf_tcp_sock_bytes_acked__end, offsetofend(struct bpf_tcp_sock, bytes_acked)) in skb_sk_beyond_last_field_2()
/openbmc/linux/net/sctp/
H A Dtransport.c556 __u32 sack_ctsn, __u32 bytes_acked) in sctp_transport_raise_cwnd() argument
599 if (bytes_acked > pmtu) in sctp_transport_raise_cwnd()
602 cwnd += bytes_acked; in sctp_transport_raise_cwnd()
606 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
631 pba += bytes_acked; in sctp_transport_raise_cwnd()
642 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
H A Doutqueue.c1449 int bytes_acked = 0; in sctp_check_transmitted() local
1538 bytes_acked += sctp_data_size(tchunk); in sctp_check_transmitted()
1585 bytes_acked -= sctp_data_size(tchunk); in sctp_check_transmitted()
1604 if (bytes_acked) { in sctp_check_transmitted()
1613 bytes_acked -= migrate_bytes; in sctp_check_transmitted()
1651 bytes_acked); in sctp_check_transmitted()
1653 transport->flight_size -= bytes_acked; in sctp_check_transmitted()
1656 q->outstanding_bytes -= bytes_acked + migrate_bytes; in sctp_check_transmitted()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcpbpf.h14 __u64 bytes_acked; member
/openbmc/linux/net/ipv4/
H A Dtcp_nv.c248 u32 bytes_acked = 0; in tcpnv_acked() local
265 bytes_acked = tp->snd_una - ca->nv_last_snd_una; in tcpnv_acked()
349 bytes_acked >= (ca->nv_min_cwnd - 1) * tp->mss_cache && in tcpnv_acked()
H A Dtcp.c3093 tp->bytes_acked = 0; in tcp_disconnect()
3844 info->tcpi_bytes_acked = tp->bytes_acked; in tcp_get_info()
H A Dtcp_input.c3631 tp->bytes_acked += delta; in tcp_snd_una_update()
3895 max_window = min_t(u64, tp->max_window, tp->bytes_acked); in tcp_ack()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c98 tp->bytes_received, tp->bytes_acked); in print_tp()
181 listen_tp.bytes_acked, in check_result()
190 srv_tp.bytes_acked < 2 * DATA_LEN, in check_result()
H A Dtcpbpf_user.c26 ASSERT_EQ(result->bytes_acked, 1002, "bytes_acked"); in verify_result()
/openbmc/linux/include/linux/
H A Dtcp.h217 u64 bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6252 __u64 bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked member
6665 __u64 bytes_acked; member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6255 __u64 bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked member
6668 __u64 bytes_acked; member
/openbmc/linux/net/mptcp/
H A Dprotocol.h281 u64 bytes_acked; member
H A Dsockopt.c956 info->mptcpi_bytes_acked = msk->bytes_acked; in mptcp_diag_fill_info()
H A Doptions.c1037 msk->bytes_acked += new_snd_una - msk->snd_una; in __mptcp_snd_una_update()
H A Dprotocol.c3199 msk->bytes_acked = 0; in mptcp_disconnect()
/openbmc/linux/net/core/
H A Dfilter.c7082 case offsetof(struct bpf_tcp_sock, bytes_acked): in bpf_tcp_sock_is_valid_access()
7192 case offsetof(struct bpf_tcp_sock, bytes_acked): in bpf_tcp_sock_convert_ctx_access()
7193 BPF_TCP_SOCK_GET_COMMON(bytes_acked); in bpf_tcp_sock_convert_ctx_access()
9186 bytes_acked): in sock_ops_is_valid_access()
10644 case offsetof(struct bpf_sock_ops, bytes_acked): in sock_ops_convert_ctx_access()
10645 SOCK_OPS_GET_TCP_SOCK_FIELD(bytes_acked); in sock_ops_convert_ctx_access()
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst1222 …to:204 rtt:0.98/0.49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:10 bytes_acked:1 segs_out:2 se…