/Linux-v4.19/drivers/staging/vt6656/ |
D | dpc.c | 27 unsigned long bytes_received) in vnt_rx_data() argument 55 if (bytes_received != frame_size) { in vnt_rx_data() 60 if ((bytes_received > 2372) || (bytes_received <= 40)) { in vnt_rx_data() 78 if (((bytes_received - (*pay_load_len)) > 27) || in vnt_rx_data() 79 ((bytes_received - (*pay_load_len)) < 24) || in vnt_rx_data() 80 (bytes_received < (*pay_load_len))) { in vnt_rx_data()
|
D | dpc.h | 22 unsigned long bytes_received);
|
/Linux-v4.19/drivers/staging/vt6655/ |
D | dpc.c | 26 u16 bytes_received) in vnt_rx_data() argument 75 tsf_time = (__le64 *)(skb_data + bytes_received - 12); in vnt_rx_data() 76 new_rsr = skb_data + bytes_received - 3; in vnt_rx_data() 77 rssi = skb_data + bytes_received - 2; in vnt_rx_data() 78 rsr = skb_data + bytes_received - 1; in vnt_rx_data()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_tcpbpf_kern.c | 105 g.bytes_received = skops->bytes_received; in bpf_testcb()
|
D | test_tcpbpf.h | 13 __u64 bytes_received; member
|
D | test_tcpbpf_user.c | 44 EXPECT_EQ(501ULL, result->bytes_received, "llu"); in verify_result()
|
/Linux-v4.19/drivers/staging/pi433/ |
D | pi433_if.c | 783 int bytes_received; in pi433_read() local 806 bytes_received = pi433_receive(device); in pi433_read() 814 if (bytes_received > 0) { in pi433_read() 815 retval = copy_to_user(buf, device->rx_buffer, bytes_received); in pi433_read() 820 return bytes_received; in pi433_read()
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_droq.h | 99 u64 bytes_received; member
|
D | octeon_droq.c | 587 droq->stats.bytes_received += info->length; in octeon_droq_drop_packets() 726 droq->stats.bytes_received += total_len; in octeon_droq_fast_process_packets()
|
D | lio_ethtool.c | 1725 CVM_CAST64(oct_dev->droq[j]->stats.bytes_received); in lio_get_ethtool_stats() 1838 data[i++] = CVM_CAST64(oct_dev->droq[j]->stats.bytes_received); in lio_vf_get_ethtool_stats()
|
/Linux-v4.19/include/linux/ |
D | tcp.h | 164 u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived member
|
/Linux-v4.19/net/ipv4/ |
D | tcp_fastopen.c | 209 tp->bytes_received = skb->len; in tcp_fastopen_add_skb()
|
D | tcp.c | 3190 info->tcpi_bytes_received = tp->bytes_received; in tcp_get_info()
|
D | tcp_input.c | 3357 tp->bytes_received += delta; in tcp_rcv_nxt_update()
|
/Linux-v4.19/drivers/char/ |
D | virtio_console.c | 181 unsigned long bytes_sent, bytes_received, bytes_discarded; member 493 port->stats.bytes_received += len; in get_inbuf() 1321 seq_printf(s, "bytes_received: %lu\n", port->stats.bytes_received); in debugfs_show()
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | bpf.h | 2591 __u64 bytes_received; member
|
/Linux-v4.19/include/uapi/linux/ |
D | bpf.h | 2591 __u64 bytes_received; member
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_main.h | 574 unsigned int bytes_received; member
|
D | be_main.c | 1491 pasync_ctx->async_entry[cri].wq.bytes_received = 0; in beiscsi_hdl_purge_handles() 1646 pasync_ctx->async_entry[cri].wq.bytes_received); in beiscsi_hdl_fwd_pdu() 1682 wq->bytes_received = 0; in beiscsi_hdl_gather_pdu() 1694 wq->bytes_received += pasync_handle->buffer_len; in beiscsi_hdl_gather_pdu() 1696 if (wq->bytes_received > wq->bytes_needed) { in beiscsi_hdl_gather_pdu() 1701 if (wq->bytes_received == wq->bytes_needed) in beiscsi_hdl_gather_pdu()
|
/Linux-v4.19/net/core/ |
D | filter.c | 5651 case bpf_ctx_range_till(struct bpf_sock_ops, bytes_received, in sock_ops_is_valid_access() 6701 case offsetof(struct bpf_sock_ops, bytes_received): in sock_ops_convert_ctx_access() 6702 SOCK_OPS_GET_FIELD(bytes_received, bytes_received, in sock_ops_convert_ctx_access()
|