| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcpbpf_kern.c | 135 global.bytes_received = skops->bytes_received; in bpf_testcb()
|
| H A D | test_sock_fields.c | 111 dst->bytes_received = src->bytes_received; in tpcpy()
|
| H A D | verifier_var_off.c | 233 __imm_const(bpf_sock_ops_bytes_received, offsetof(struct bpf_sock_ops, bytes_received)) in variable_offset_stack_access_unbounded()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tcpbpf.h | 13 __u64 bytes_received; member
|
| /linux/net/mptcp/ |
| H A D | fastopen.c | 57 mptcp_sk(sk)->bytes_received += skb->len; in mptcp_fastopen_subflow_synack_set_params()
|
| H A D | protocol.h | 282 u64 bytes_received; member 824 return READ_ONCE(msk->bytes_received) - READ_ONCE(msk->bytes_consumed); in mptcp_data_avail()
|
| H A D | protocol.c | 390 msk->bytes_received += copy_len; in __mptcp_move_skb() 815 msk->bytes_received += end_seq - msk->ack_seq; in __mptcp_ofo_queue() 3418 msk->bytes_received = 0; in mptcp_disconnect()
|
| H A D | sockopt.c | 1001 info->mptcpi_bytes_received = msk->bytes_received; in mptcp_diag_fill_info()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tcpbpf_user.c | 25 ASSERT_EQ(result->bytes_received, 501, "bytes_received"); in verify_result()
|
| H A D | sock_fields.c | 98 tp->bytes_received, tp->bytes_acked); in print_tp() 198 cli_tp.bytes_received < 2 * DATA_LEN, in check_result()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_droq.h | 99 u64 bytes_received; member
|
| H A D | octeon_droq.c | 575 droq->stats.bytes_received += info->length; in octeon_droq_drop_packets() 713 droq->stats.bytes_received += total_len; in octeon_droq_fast_process_packets()
|
| H A D | lio_ethtool.c | 1708 CVM_CAST64(oct_dev->droq[j]->stats.bytes_received); in lio_get_ethtool_stats() 1822 data[i++] = CVM_CAST64(oct_dev->droq[j]->stats.bytes_received); in lio_vf_get_ethtool_stats()
|
| /linux/drivers/char/ |
| H A D | virtio_console.c | 163 unsigned long bytes_sent, bytes_received, bytes_discarded; member 472 port->stats.bytes_received += len; in get_inbuf() 1271 seq_printf(s, "bytes_received: %lu\n", port->stats.bytes_received); in port_debugfs_show()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6461 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived 6911 __u64 bytes_received; 6456 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived global() member 6906 __u64 bytes_received; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6461 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived 6911 __u64 bytes_received; 6456 __u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived global() member 6906 __u64 bytes_received; global() member
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_main.h | 568 unsigned int bytes_received; member
|
| H A D | be_main.c | 1491 pasync_ctx->async_entry[cri].wq.bytes_received = 0; in beiscsi_hdl_purge_handles() 1647 pasync_ctx->async_entry[cri].wq.bytes_received); in beiscsi_hdl_fwd_pdu() 1683 wq->bytes_received = 0; in beiscsi_hdl_gather_pdu() 1695 wq->bytes_received += pasync_handle->buffer_len; in beiscsi_hdl_gather_pdu() 1697 if (wq->bytes_received > wq->bytes_needed) { in beiscsi_hdl_gather_pdu() 1702 if (wq->bytes_received == wq->bytes_needed) in beiscsi_hdl_gather_pdu()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 3443 tp->bytes_received = 0; in tcp_disconnect() 4288 info->tcpi_bytes_received = tp->bytes_received; in tcp_get_info() 5184 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, bytes_received); in tcp_struct_check()
|
| H A D | tcp_input.c | 3737 tp->bytes_received += delta; in tcp_rcv_nxt_update()
|
| /linux/net/core/ |
| H A D | filter.c | 7312 case offsetof(struct bpf_tcp_sock, bytes_received): in bpf_tcp_sock_is_valid_access() 7420 case offsetof(struct bpf_tcp_sock, bytes_received): in bpf_tcp_sock_convert_ctx_access() 7421 BPF_TCP_SOCK_GET_COMMON(bytes_received); in bpf_tcp_sock_convert_ctx_access() 9441 case bpf_ctx_range_till(struct bpf_sock_ops, bytes_received, in sock_ops_is_valid_access() 10898 case offsetof(struct bpf_sock_ops, bytes_received): in sock_ops_convert_ctx_access() 10899 SOCK_OPS_GET_TCP_SOCK_FIELD(bytes_received); in sock_ops_convert_ctx_access()
|