Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c157 struct gro_vxlan_tcp4_tbl vxlan_tcp_tbl; in rte_gro_reassemble_burst() local
190 vxlan_tcp_tbl.flows = vxlan_tcp_flows; in rte_gro_reassemble_burst()
191 vxlan_tcp_tbl.items = vxlan_tcp_items; in rte_gro_reassemble_burst()
192 vxlan_tcp_tbl.flow_num = 0; in rte_gro_reassemble_burst()
193 vxlan_tcp_tbl.item_num = 0; in rte_gro_reassemble_burst()
194 vxlan_tcp_tbl.max_flow_num = item_num; in rte_gro_reassemble_burst()
195 vxlan_tcp_tbl.max_item_num = item_num; in rte_gro_reassemble_burst()
247 &vxlan_tcp_tbl, 0); in rte_gro_reassemble_burst()
287 i = gro_vxlan_tcp4_tbl_timeout_flush(&vxlan_tcp_tbl, in rte_gro_reassemble_burst()
325 void *tcp_tbl, *udp_tbl, *vxlan_tcp_tbl, *vxlan_udp_tbl; in rte_gro_reassemble() local
[all …]