Searched refs:th_seq (Results 1 – 6 of 6) sorted by relevance
81 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()
208 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
64 uint32_t th_seq; /* sequence number */ member162 uint32_t th_seq; /* sequence number */ member
682 th->th_seq = cpu_to_be32(be32_to_cpu(th->th_seq) + fragment_len); in net_tx_pkt_tcp_fragment_advance()
2195 ldl_be_p(&p_tcp_hdr->th_seq)); in rtl8139_cplus_transmit_one()2251 stl_be_p(&p_tcp_hdr->th_seq, in rtl8139_cplus_transmit_one()2252 chunk_size + ldl_be_p(&p_tcp_hdr->th_seq)); in rtl8139_cplus_transmit_one()
2262 nseq = htonl(n_unit->tcp->th_seq); in virtio_net_rsc_coalesce_data()2263 oseq = htonl(o_unit->tcp->th_seq); in virtio_net_rsc_coalesce_data()