Home
last modified time | relevance | path

Searched refs:fwd_cnt (Results 1 – 9 of 9) sorted by relevance

/external/tcpdump/tests/
Dvsock-1-v.out1 1 12:31:11.261679 VIRTIO (len 0, type STREAM, op REQUEST, flags 0, buf_alloc 262144, fwd_cnt 0)
3 … 2 12:31:11.261740 VIRTIO (len 0, type STREAM, op RESPONSE, flags 0, buf_alloc 262144, fwd_cnt 0)
5 3 12:31:12.552718 VIRTIO (len 6, type STREAM, op RW, flags 0, buf_alloc 262144, fwd_cnt 0)
7 …12:31:12.552854 VIRTIO (len 0, type STREAM, op CREDIT UPDATE, flags 0, buf_alloc 262144, fwd_cnt 6)
9 5 12:31:13.817848 VIRTIO (len 6, type STREAM, op RW, flags 0, buf_alloc 262144, fwd_cnt 0)
11 …2:31:13.817897 VIRTIO (len 0, type STREAM, op CREDIT UPDATE, flags 0, buf_alloc 262144, fwd_cnt 12)
13 7 12:31:16.939624 VIRTIO (len 7, type STREAM, op RW, flags 0, buf_alloc 262144, fwd_cnt 12)
15 …12:31:16.947538 VIRTIO (len 0, type STREAM, op CREDIT UPDATE, flags 0, buf_alloc 262144, fwd_cnt 7)
17 … 9 12:31:17.368933 VIRTIO (len 0, type STREAM, op SHUTDOWN, flags 3, buf_alloc 262144, fwd_cnt 12)
19 10 12:31:17.377004 VIRTIO (len 0, type STREAM, op RST, flags 0, buf_alloc 262144, fwd_cnt 7)
Dvsock-1-vv.out1 1 12:31:11.261679 VIRTIO (len 0, type STREAM, op REQUEST, flags 0, buf_alloc 262144, fwd_cnt 0)
3 … 2 12:31:11.261740 VIRTIO (len 0, type STREAM, op RESPONSE, flags 0, buf_alloc 262144, fwd_cnt 0)
5 3 12:31:12.552718 VIRTIO (len 6, type STREAM, op RW, flags 0, buf_alloc 262144, fwd_cnt 0)
8 …12:31:12.552854 VIRTIO (len 0, type STREAM, op CREDIT UPDATE, flags 0, buf_alloc 262144, fwd_cnt 6)
10 5 12:31:13.817848 VIRTIO (len 6, type STREAM, op RW, flags 0, buf_alloc 262144, fwd_cnt 0)
13 …2:31:13.817897 VIRTIO (len 0, type STREAM, op CREDIT UPDATE, flags 0, buf_alloc 262144, fwd_cnt 12)
15 7 12:31:16.939624 VIRTIO (len 7, type STREAM, op RW, flags 0, buf_alloc 262144, fwd_cnt 12)
18 …12:31:16.947538 VIRTIO (len 0, type STREAM, op CREDIT UPDATE, flags 0, buf_alloc 262144, fwd_cnt 7)
20 … 9 12:31:17.368933 VIRTIO (len 0, type STREAM, op SHUTDOWN, flags 3, buf_alloc 262144, fwd_cnt 12)
22 10 12:31:17.377004 VIRTIO (len 0, type STREAM, op RST, flags 0, buf_alloc 262144, fwd_cnt 7)
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/vsock/virtio_transport_recv_pkt/
Dformat18 field:__u32 fwd_cnt; offset:40; size:4; signed:0;
20fwd_cnt=%u", REC->src_cid, REC->src_port, REC->dst_cid, REC->dst_port, REC->len, __print_symbolic(…
/external/crosvm/devices/src/virtio/vsock/sys/windows/
Dvsock.rs472 fwd_cnt: Le32::from(connection.recv_cnt as u32), in process_rx_queue()
648 peer_recv_cnt: header.fwd_cnt.to_native() as usize, in handle_vsock_connection_request()
690 connection.peer_recv_cnt = header.fwd_cnt.to_native() as usize; in handle_vsock_guest_data()
881 let (resp_op, buf_alloc, fwd_cnt) = in handle_tx_packet()
914 fwd_cnt: Le32::from(fwd_cnt), in handle_tx_packet()
952 fwd_cnt: 0.into(), in handle_tx_packet()
1002 connection.peer_recv_cnt = header.fwd_cnt.to_native() as usize; in handle_tx_packet()
1055 fwd_cnt: Le32::from(connection.recv_cnt as u32), in send_vsock_credit_update()
1096 fwd_cnt: Le32::from(connection.recv_cnt as u32), in send_vsock_reset()
Dprotocol.rs34 pub fwd_cnt: Le32, field
/external/rust/crates/virtio-drivers/src/device/socket/
Dvsock.rs37 fwd_cnt: u32, field
56 fwd_cnt: self.fwd_cnt.into(), in new_header()
392 connection_info.peer_fwd_cnt = header.fwd_cnt.into(); in poll_rx_queue()
448 self.connection_info.as_mut().unwrap().fwd_cnt += header.len(); in poll_rx_queue()
Dprotocol.rs56 pub fwd_cnt: U32<LittleEndian>, field
71 fwd_cnt: 0.into(), in default()
/external/tcpdump/
Dprint-vsock.c110 nd_uint32_t fwd_cnt; member
147 u32_v = GET_LE_U_4(hdr->fwd_cnt); in vsock_virtio_hdr_print()
/external/kernel-headers/original/uapi/linux/
Dvirtio_vsock.h66 __le32 fwd_cnt; member