Searched refs:gso_size (Results 1 – 15 of 15) sorted by relevance
| /f-stack/dpdk/lib/librte_gso/ |
| H A D | rte_gso.c | 18 (ctx)->gso_size < RTE_GSO_UDP_SEG_SIZE_MIN) 24 (ctx)->gso_size < RTE_GSO_SEG_SIZE_MIN) 34 uint16_t gso_size; in rte_gso_segment() local 44 if (gso_ctx->gso_size >= pkt->pkt_len) { in rte_gso_segment() 51 gso_size = gso_ctx->gso_size; in rte_gso_segment() 60 ret = gso_tunnel_tcp4_segment(pkt, gso_size, ipid_delta, in rte_gso_segment() 66 ret = gso_tcp4_segment(pkt, gso_size, ipid_delta, in rte_gso_segment() 72 ret = gso_udp4_segment(pkt, gso_size, direct_pool, in rte_gso_segment()
|
| H A D | gso_udp4.c | 39 uint16_t gso_size, in gso_udp4_segment() argument 73 pyld_unit_size = (gso_size - hdr_offset) & ~7U; in gso_udp4_segment()
|
| H A D | gso_tcp4.c | 36 uint16_t gso_size, in gso_tcp4_segment() argument 62 pyld_unit_size = gso_size - hdr_offset; in gso_tcp4_segment()
|
| H A D | gso_tunnel_tcp4.c | 56 uint16_t gso_size, in gso_tunnel_tcp4_segment() argument 84 pyld_unit_size = gso_size - hdr_offset; in gso_tunnel_tcp4_segment()
|
| H A D | gso_udp4.h | 37 uint16_t gso_size,
|
| H A D | gso_tunnel_tcp4.h | 40 uint16_t gso_size,
|
| H A D | gso_tcp4.h | 39 uint16_t gso_size,
|
| H A D | rte_gso.h | 61 uint16_t gso_size; member
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtqueue.h | 314 uint16_t gso_size; /**< Bytes to append to hdr_len per frame */ member 635 ASSIGN_UNLESS_EQUAL((hdr_)->gso_size, 0); \ 674 hdr->gso_size = cookie->tso_segsz; in virtqueue_xmit_offload() 681 ASSIGN_UNLESS_EQUAL(hdr->gso_size, 0); in virtqueue_xmit_offload()
|
| H A D | virtio_rxtx.c | 932 (hdr->gso_size == 0)) { in virtio_rx_offload() 937 m->tso_segsz = hdr->gso_size; in virtio_rx_offload()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | virtio_net.c | 468 net_hdr->gso_size = m_buf->tso_segsz; in virtio_enqueue_offload() 473 net_hdr->gso_size = m_buf->tso_segsz; in virtio_enqueue_offload() 478 ASSIGN_UNLESS_EQUAL(net_hdr->gso_size, 0); in virtio_enqueue_offload() 1878 m->tso_segsz = hdr->gso_size; in vhost_dequeue_offload() 1883 m->tso_segsz = hdr->gso_size; in vhost_dequeue_offload()
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 1723 vhdr.hdr.gso_size, vhdr.hdr.csum_start, in tunread() 1882 vhdr.hdr.gso_size, vhdr.hdr.csum_start, in tunwrite()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | csumonly.c | 1078 gso_ctx->gso_size = gso_max_segment_size; in pkt_burst_checksum_forward()
|
| H A D | testpmd.c | 1571 fwd_lcores[lc_id]->gso_ctx.gso_size = RTE_ETHER_MAX_LEN - in init_config()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 757 gso_ctx->gso_size = tso_segsz; in pmd_tx_burst() 1443 gso_ctx->gso_size = 0; /* gso_size is set in tx_burst() per packet */ in tap_gso_ctx_setup()
|