Home
last modified time | relevance | path

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

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/net/
H A Dcolo-compare.c118 struct tcphdr *tcphd; in fill_pkt_tcp_info() local
120 tcphd = (struct tcphdr *)pkt->transport_header; in fill_pkt_tcp_info()
122 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
123 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
126 + (tcphd->th_off << 2) - pkt->vnet_hdr_len; in fill_pkt_tcp_info()
129 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/dports/emulators/qemu42/qemu-4.2.1/net/
H A Dcolo-compare.c174 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local
176 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
178 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
179 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
182 + (tcphd->th_off << 2) - pkt->vnet_hdr_len; in fill_pkt_tcp_info()
185 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/dports/emulators/qemu-utils/qemu-4.2.1/net/
H A Dcolo-compare.c174 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local
176 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
178 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
179 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
182 + (tcphd->th_off << 2) - pkt->vnet_hdr_len; in fill_pkt_tcp_info()
185 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/net/
H A Dcolo-compare.c174 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local
176 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
178 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
179 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
182 + (tcphd->th_off << 2) - pkt->vnet_hdr_len; in fill_pkt_tcp_info()
185 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/net/
H A Dcolo-compare.c176 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local
178 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
180 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
181 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
184 + (tcphd->th_off << 2) - pkt->vnet_hdr_len; in fill_pkt_tcp_info()
187 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/dports/emulators/qemu60/qemu-6.0.0/net/
H A Dcolo-compare.c206 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local
208 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
210 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
211 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
214 + (tcphd->th_off << 2) - pkt->vnet_hdr_len; in fill_pkt_tcp_info()
217 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/dports/emulators/qemu/qemu-6.2.0/net/
H A Dcolo-compare.c206 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local
208 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
210 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
211 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
215 + (tcphd->th_off << 2); in fill_pkt_tcp_info()
218 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/dports/emulators/qemu5/qemu-5.2.0/net/
H A Dcolo-compare.c206 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local
208 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
210 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
211 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
214 + (tcphd->th_off << 2) - pkt->vnet_hdr_len; in fill_pkt_tcp_info()
217 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/net/
H A Dcolo-compare.c206 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local
208 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
210 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()
211 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
214 + (tcphd->th_off << 2); in fill_pkt_tcp_info()
217 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()