Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c136 global.bytes_acked = skops->bytes_acked; in bpf_testcb()
H A Dtest_sock_fields.c112 dst->bytes_acked = src->bytes_acked; in tpcpy()
H A Dverifier_sock.c530 __description("bpf_tcp_sock(skb->sk): tp->bytes_acked") in skb_sk_tp_snd_cwnd_1()
548 __imm_const(bpf_tcp_sock_bytes_acked, offsetof(struct bpf_tcp_sock, bytes_acked)) in skb_sk_tp_bytes_acked()
572 __imm_const(bpf_tcp_sock_bytes_acked__end, offsetofend(struct bpf_tcp_sock, bytes_acked)) in skb_sk_beyond_last_field_2()
/linux/net/sctp/
H A Dtransport.c554 __u32 sack_ctsn, __u32 bytes_acked) in sctp_transport_raise_cwnd() argument
597 if (bytes_acked > pmtu) in sctp_transport_raise_cwnd()
600 cwnd += bytes_acked; in sctp_transport_raise_cwnd()
604 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
629 pba += bytes_acked; in sctp_transport_raise_cwnd()
640 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
H A Doutqueue.c1450 int bytes_acked = 0; in sctp_check_transmitted() local
1539 bytes_acked += sctp_data_size(tchunk); in sctp_check_transmitted()
1586 bytes_acked -= sctp_data_size(tchunk); in sctp_check_transmitted()
1605 if (bytes_acked) { in sctp_check_transmitted()
1614 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()
/linux/tools/testing/selftests/bpf/
H A Dtest_tcpbpf.h14 __u64 bytes_acked; member
/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()
/linux/include/linux/
H A Dtcp.h258 u64 bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked member
/linux/tools/include/uapi/linux/
H A Dbpf.h6598 __u64 bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked member
7056 __u64 bytes_acked; member
/linux/include/uapi/linux/
H A Dbpf.h6598 __u64 bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked member
7056 __u64 bytes_acked; member
/linux/net/mptcp/
H A Dprotocol.h304 u64 bytes_acked; member
H A Dsockopt.c1029 info->mptcpi_bytes_acked = msk->bytes_acked; in mptcp_diag_fill_info()
H A Doptions.c1086 msk->bytes_acked += new_snd_una - msk->snd_una; in __mptcp_snd_una_update()
H A Dprotocol.c3631 msk->bytes_acked = 0; in mptcp_disconnect()
/linux/net/core/
H A Dfilter.c7605 case offsetof(struct bpf_tcp_sock, bytes_acked): in bpf_tcp_sock_is_valid_access()
7715 case offsetof(struct bpf_tcp_sock, bytes_acked): in bpf_tcp_sock_convert_ctx_access()
7716 BPF_TCP_SOCK_GET_COMMON(bytes_acked); in bpf_tcp_sock_convert_ctx_access()
9730 bytes_acked): in sock_ops_is_valid_access()
11191 case offsetof(struct bpf_sock_ops, bytes_acked): in sock_ops_convert_ctx_access()
11192 SOCK_OPS_GET_TCP_SOCK_FIELD(bytes_acked); in sock_ops_convert_ctx_access()
/linux/net/ipv4/
H A Dtcp_input.c3913 tp->bytes_acked += delta; in tcp_snd_una_update()
4309 max_window = min_t(u64, tp->max_window, tp->bytes_acked); in tcp_ack()
/linux/Documentation/networking/
H A Dsnmp_counter.rst1218 …to:204 rtt:0.98/0.49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:10 bytes_acked:1 segs_out:2 se…