Searched refs:pyld_unit_size (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_gso/ |
| H A D | gso_udp4.c | 46 uint16_t pyld_unit_size, hdr_offset; in gso_udp4_segment() local 73 pyld_unit_size = (gso_size - hdr_offset) & ~7U; in gso_udp4_segment() 76 ret = gso_do_segment(pkt, hdr_offset, pyld_unit_size, direct_pool, in gso_udp4_segment()
|
| H A D | gso_tcp4.c | 44 uint16_t pyld_unit_size, hdr_offset; in gso_tcp4_segment() local 62 pyld_unit_size = gso_size - hdr_offset; in gso_tcp4_segment() 65 ret = gso_do_segment(pkt, hdr_offset, pyld_unit_size, direct_pool, in gso_tcp4_segment()
|
| H A D | gso_tunnel_tcp4.c | 64 uint16_t pyld_unit_size, hdr_offset, frag_off; in gso_tunnel_tcp4_segment() local 84 pyld_unit_size = gso_size - hdr_offset; in gso_tunnel_tcp4_segment() 87 ret = gso_do_segment(pkt, hdr_offset, pyld_unit_size, direct_pool, in gso_tunnel_tcp4_segment()
|
| H A D | gso_common.c | 44 uint16_t pyld_unit_size, in gso_do_segment() argument 77 segment_bytes_remaining = pyld_unit_size; in gso_do_segment()
|
| H A D | gso_common.h | 140 uint16_t pyld_unit_size,
|