Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H 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()
H 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()
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c323 struct tcp_hdr l4hdr; in net_tx_pkt_build_vheader()
363 if (pkt->payload_len < sizeof(struct tcp_hdr)) { in net_tx_pkt_build_vheader()
368 pkt->virt_hdr.csum_offset = offsetof(struct tcp_hdr, th_sum); in net_tx_pkt_build_vheader()
598 struct tcp_hdr *th; in net_tx_pkt_tcp_fragment_init()
672 struct tcp_hdr *th = l4hdr->iov_base; in net_tx_pkt_tcp_fragment_advance()
H A Dvirtio-net.c2298 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local
2302 tcp_hdr = (tcp_flag & VIRTIO_NET_TCP_HDR_LENGTH) >> 10; in virtio_net_rsc_tcp_ctrl_check()
2314 if (tcp_hdr > sizeof(struct tcp_header)) { in virtio_net_rsc_tcp_ctrl_check()
/openbmc/qemu/include/net/
H A Deth.h159 struct tcp_hdr { struct