Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Dgro_vxlan_tcp4.h50 struct gro_vxlan_tcp4_tbl { struct
119 struct gro_vxlan_tcp4_tbl *tbl,
140 uint16_t gro_vxlan_tcp4_tbl_timeout_flush(struct gro_vxlan_tcp4_tbl *tbl,
H A Dgro_vxlan_tcp4.c18 struct gro_vxlan_tcp4_tbl *tbl; in gro_vxlan_tcp4_tbl_create()
29 sizeof(struct gro_vxlan_tcp4_tbl), in gro_vxlan_tcp4_tbl_create()
67 struct gro_vxlan_tcp4_tbl *vxlan_tbl = tbl; in gro_vxlan_tcp4_tbl_destroy()
77 find_an_empty_item(struct gro_vxlan_tcp4_tbl *tbl) in find_an_empty_item()
88 find_an_empty_flow(struct gro_vxlan_tcp4_tbl *tbl) in find_an_empty_flow()
99 insert_new_item(struct gro_vxlan_tcp4_tbl *tbl, in insert_new_item()
138 delete_item(struct gro_vxlan_tcp4_tbl *tbl, in delete_item()
154 insert_new_flow(struct gro_vxlan_tcp4_tbl *tbl, in insert_new_flow()
290 struct gro_vxlan_tcp4_tbl *tbl, in gro_vxlan_tcp4_reassemble()
453 gro_vxlan_tcp4_tbl_timeout_flush(struct gro_vxlan_tcp4_tbl *tbl, in gro_vxlan_tcp4_tbl_timeout_flush()
[all …]
H A Drte_gro.c157 struct gro_vxlan_tcp4_tbl vxlan_tcp_tbl; in rte_gro_reassemble_burst()