Home
last modified time | relevance | path

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

/qemu/net/
H A Dfilter-rewriter.c75 struct tcp_hdr *tcp_pkt; in handle_primary_tcp_pkt() local
77 tcp_pkt = (struct tcp_hdr *)pkt->transport_header; in handle_primary_tcp_pkt()
81 ntohl(tcp_pkt->th_seq), ntohl(tcp_pkt->th_ack), in handle_primary_tcp_pkt()
82 tcp_pkt->th_flags); in handle_primary_tcp_pkt()
114 tcp_pkt->th_ack = htonl(ntohl(tcp_pkt->th_ack) + conn->offset); in handle_primary_tcp_pkt()
130 if ((tcp_pkt->th_flags & TH_FIN) == TH_FIN) { in handle_primary_tcp_pkt()
181 struct tcp_hdr *tcp_pkt; in handle_secondary_tcp_pkt() local
188 ntohl(tcp_pkt->th_seq), ntohl(tcp_pkt->th_ack), in handle_secondary_tcp_pkt()
189 tcp_pkt->th_flags); in handle_secondary_tcp_pkt()
203 conn->offset = ntohl(tcp_pkt->th_seq); in handle_secondary_tcp_pkt()
[all …]