Home
last modified time | relevance | path

Searched refs:th_seq (Results 1 – 6 of 6) sorted by relevance

/qemu/net/
H A Dfilter-rewriter.c81 ntohl(tcp_pkt->th_seq), ntohl(tcp_pkt->th_ack), in handle_primary_tcp_pkt()
188 ntohl(tcp_pkt->th_seq), ntohl(tcp_pkt->th_ack), in handle_secondary_tcp_pkt()
203 conn->offset = ntohl(tcp_pkt->th_seq); in handle_secondary_tcp_pkt()
216 tcp_pkt->th_seq = htonl(ntohl(tcp_pkt->th_seq) - conn->offset); in handle_secondary_tcp_pkt()
228 conn->fin_ack_seq = ntohl(tcp_pkt->th_seq); in handle_secondary_tcp_pkt()
H A Dcolo-compare.c208 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
/qemu/include/net/
H A Deth.h64 uint32_t th_seq; /* sequence number */ member
162 uint32_t th_seq; /* sequence number */ member
/qemu/hw/net/
H A Dnet_tx_pkt.c682 th->th_seq = cpu_to_be32(be32_to_cpu(th->th_seq) + fragment_len); in net_tx_pkt_tcp_fragment_advance()
H A Drtl8139.c2197 ldl_be_p(&p_tcp_hdr->th_seq)); in rtl8139_cplus_transmit_one()
2253 stl_be_p(&p_tcp_hdr->th_seq, in rtl8139_cplus_transmit_one()
2254 chunk_size + ldl_be_p(&p_tcp_hdr->th_seq)); in rtl8139_cplus_transmit_one()
H A Dvirtio-net.c2224 nseq = htonl(n_unit->tcp->th_seq); in virtio_net_rsc_coalesce_data()
2225 oseq = htonl(o_unit->tcp->th_seq); in virtio_net_rsc_coalesce_data()