Home
last modified time | relevance | path

Searched refs:bytes_received (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c135 global.bytes_received = skops->bytes_received; in bpf_testcb()
H A Dtest_sock_fields.c111 dst->bytes_received = src->bytes_received; in tpcpy()
H A Dverifier_var_off.c233 __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 Dtest_tcpbpf.h13 __u64 bytes_received; member
/linux/net/mptcp/
H A Dfastopen.c57 mptcp_sk(sk)->bytes_received += skb->len; in mptcp_fastopen_subflow_synack_set_params()
H A Dprotocol.h282 u64 bytes_received; member
824 return READ_ONCE(msk->bytes_received) - READ_ONCE(msk->bytes_consumed); in mptcp_data_avail()
H A Dprotocol.c390 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 Dsockopt.c1001 info->mptcpi_bytes_received = msk->bytes_received; in mptcp_diag_fill_info()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcpbpf_user.c25 ASSERT_EQ(result->bytes_received, 501, "bytes_received"); in verify_result()
H A Dsock_fields.c98 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 Docteon_droq.h99 u64 bytes_received; member
H A Docteon_droq.c575 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 Dlio_ethtool.c1708 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 Dvirtio_console.c163 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 Dbpf.h6461 __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 Dbpf.h6461 __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 Dbe_main.h568 unsigned int bytes_received; member
H A Dbe_main.c1491 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 Dtcp.c3443 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 Dtcp_input.c3737 tp->bytes_received += delta; in tcp_rcv_nxt_update()
/linux/net/core/
H A Dfilter.c7312 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()