Home
last modified time | relevance | path

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

/qemu/net/
A Dfilter-rewriter.c75 struct tcp_hdr *tcp_pkt; in handle_primary_tcp_pkt()
77 tcp_pkt = (struct tcp_hdr *)pkt->transport_header; in handle_primary_tcp_pkt()
181 struct tcp_hdr *tcp_pkt; in handle_secondary_tcp_pkt()
183 tcp_pkt = (struct tcp_hdr *)pkt->transport_header; in handle_secondary_tcp_pkt()
A Dcolo-compare.c204 struct tcp_hdr *tcphd; in fill_pkt_tcp_info()
206 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
/qemu/hw/net/
A Dnet_tx_pkt.c327 struct tcp_hdr l4hdr; in net_tx_pkt_build_vheader()
367 if (pkt->payload_len < sizeof(struct tcp_hdr)) { in net_tx_pkt_build_vheader()
372 pkt->virt_hdr.csum_offset = offsetof(struct tcp_hdr, th_sum); in net_tx_pkt_build_vheader()
602 struct tcp_hdr *th; in net_tx_pkt_tcp_fragment_init()
676 struct tcp_hdr *th = l4hdr->iov_base; in net_tx_pkt_tcp_fragment_advance()
A Dvirtio-net.c2359 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local
2363 tcp_hdr = (tcp_flag & VIRTIO_NET_TCP_HDR_LENGTH) >> 10; in virtio_net_rsc_tcp_ctrl_check()
2375 if (tcp_hdr > sizeof(struct tcp_header)) { in virtio_net_rsc_tcp_ctrl_check()
/qemu/include/net/
A Deth.h159 struct tcp_hdr { struct

Completed in 27 milliseconds