Searched refs:current_packet (Results 1 – 2 of 2) sorted by relevance
775 UINT8 *current_packet; in userial_read_thread() local782 current_packet = (UINT8 *) (p_buf + 1); in userial_read_thread()783 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT); in userial_read_thread()1146 UINT8 * current_packet = NULL; in USERIAL_Read() local1155 current_packet = ((UINT8 *)(pbuf_USERIAL_Read + 1)) + (pbuf_USERIAL_Read->offset); in USERIAL_Read()1162 memcpy((p_data + total_len), current_packet, copy_len); in USERIAL_Read()
309 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member4466 if (handlep->current_packet == NULL) {4480 if (handlep->current_packet == NULL) {4485 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt;4495 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;4500 handlep->current_packet,4516 handlep->current_packet = NULL;4519 handlep->current_packet += tp3_hdr->tp_next_offset;4547 handlep->current_packet = NULL;