/dpdk/lib/gro/ |
H A D | gro_udp4.c | 16 struct gro_udp4_tbl *tbl; in gro_udp4_tbl_create() local 63 gro_udp4_tbl_destroy(void *tbl) in gro_udp4_tbl_destroy() 75 find_an_empty_item(struct gro_udp4_tbl *tbl) in find_an_empty_item() 87 find_an_empty_flow(struct gro_udp4_tbl *tbl) in find_an_empty_flow() 99 insert_new_item(struct gro_udp4_tbl *tbl, in insert_new_item() 132 delete_item(struct gro_udp4_tbl *tbl, uint32_t item_idx, in delete_item() 147 insert_new_flow(struct gro_udp4_tbl *tbl, in insert_new_flow() 197 struct gro_udp4_tbl *tbl, in gro_udp4_reassemble() 343 gro_udp4_merge_items(struct gro_udp4_tbl *tbl, in gro_udp4_merge_items() 382 gro_udp4_tbl_timeout_flush(struct gro_udp4_tbl *tbl, in gro_udp4_tbl_timeout_flush() [all …]
|
H A D | gro_tcp6.c | 17 struct gro_tcp6_tbl *tbl; in gro_tcp6_tbl_create() local 64 gro_tcp6_tbl_destroy(void * tbl) gro_tcp6_tbl_destroy() argument 76 find_an_empty_flow(struct gro_tcp6_tbl * tbl) find_an_empty_flow() argument 88 insert_new_flow(struct gro_tcp6_tbl * tbl,struct tcp6_flow_key * src,uint32_t item_idx) insert_new_flow() argument 129 gro_tcp6_reassemble(struct rte_mbuf * pkt,struct gro_tcp6_tbl * tbl,uint64_t start_time) gro_tcp6_reassemble() argument 217 gro_tcp6_tbl_timeout_flush(struct gro_tcp6_tbl * tbl,uint64_t flush_timestamp,struct rte_mbuf ** out,uint16_t nb_out) gro_tcp6_tbl_timeout_flush() argument 260 gro_tcp6_tbl_pkt_count(void * tbl) gro_tcp6_tbl_pkt_count() argument [all...] |
H A D | gro_vxlan_udp4.c | 17 struct gro_vxlan_udp4_tbl *tbl; in gro_vxlan_udp4_tbl_create() local 64 gro_vxlan_udp4_tbl_destroy(void *tbl) in gro_vxlan_udp4_tbl_destroy() 76 find_an_empty_item(struct gro_vxlan_udp4_tbl *tbl) in find_an_empty_item() 87 find_an_empty_flow(struct gro_vxlan_udp4_tbl *tbl) in find_an_empty_flow() 98 insert_new_item(struct gro_vxlan_udp4_tbl *tbl, in insert_new_item() 131 delete_item(struct gro_vxlan_udp4_tbl *tbl, in delete_item() 147 insert_new_flow(struct gro_vxlan_udp4_tbl *tbl, in insert_new_flow() 286 struct gro_vxlan_udp4_tbl *tbl, in gro_vxlan_udp4_reassemble() 449 gro_vxlan_udp4_merge_items(struct gro_vxlan_udp4_tbl *tbl, in gro_vxlan_udp4_merge_items() 489 gro_vxlan_udp4_tbl_timeout_flush(struct gro_vxlan_udp4_tbl *tbl, in gro_vxlan_udp4_tbl_timeout_flush() [all …]
|
H A D | gro_tcp4.c | 17 struct gro_tcp4_tbl *tbl; in gro_tcp4_tbl_create() local 64 gro_tcp4_tbl_destroy(void *tbl) in gro_tcp4_tbl_destroy() 76 find_an_empty_flow(struct gro_tcp4_tbl *tbl) in find_an_empty_flow() 88 insert_new_flow(struct gro_tcp4_tbl *tbl, in insert_new_flow() 114 struct gro_tcp4_tbl *tbl, in gro_tcp4_reassemble() 251 gro_tcp4_tbl_timeout_flush(struct gro_tcp4_tbl *tbl, in gro_tcp4_tbl_timeout_flush() 294 gro_tcp4_tbl_pkt_count(void *tbl) in gro_tcp4_tbl_pkt_count()
|
H A D | gro_vxlan_tcp4.c | 17 struct gro_vxlan_tcp4_tbl *tbl; in gro_vxlan_tcp4_tbl_create() local 64 gro_vxlan_tcp4_tbl_destroy(void *tbl) in gro_vxlan_tcp4_tbl_destroy() 76 find_an_empty_item(struct gro_vxlan_tcp4_tbl *tbl) in find_an_empty_item() 87 find_an_empty_flow(struct gro_vxlan_tcp4_tbl *tbl) in find_an_empty_flow() 98 insert_new_item(struct gro_vxlan_tcp4_tbl *tbl, in insert_new_item() 137 delete_item(struct gro_vxlan_tcp4_tbl *tbl, in delete_item() 153 insert_new_flow(struct gro_vxlan_tcp4_tbl *tbl, in insert_new_flow() 284 struct gro_vxlan_tcp4_tbl *tbl, in gro_vxlan_tcp4_reassemble() 447 gro_vxlan_tcp4_tbl_timeout_flush(struct gro_vxlan_tcp4_tbl *tbl, in gro_vxlan_tcp4_tbl_timeout_flush() 490 gro_vxlan_tcp4_tbl_pkt_count(void *tbl) in gro_vxlan_tcp4_tbl_pkt_count()
|
/dpdk/lib/ip_frag/ |
H A D | rte_ip_frag_common.c | 45 struct rte_ip_frag_tbl *tbl; in rte_ip_frag_table_create() local 86 rte_ip_frag_table_destroy(struct rte_ip_frag_tbl *tbl) in rte_ip_frag_table_destroy() 99 rte_ip_frag_table_statistics_dump(FILE *f, const struct rte_ip_frag_tbl *tbl) in rte_ip_frag_table_statistics_dump() 128 rte_ip_frag_table_del_expired_entries(struct rte_ip_frag_tbl *tbl, in rte_ip_frag_table_del_expired_entries()
|
H A D | ip_frag_internal.c | 14 #define IP_FRAG_TBL_POS(tbl, sig) \ argument 18 ip_frag_tbl_add(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp, in ip_frag_tbl_add() 29 ip_frag_tbl_reuse(struct rte_ip_frag_tbl *tbl, struct rte_ip_frag_death_row *dr, in ip_frag_tbl_reuse() 222 ip_frag_find(struct rte_ip_frag_tbl *tbl, struct rte_ip_frag_death_row *dr, in ip_frag_find() 284 ip_frag_lookup(struct rte_ip_frag_tbl *tbl, in ip_frag_lookup()
|
H A D | ip_frag_common.h | 150 ip_frag_inuse(struct rte_ip_frag_tbl *tbl, const struct ip_frag_pkt *fp) in ip_frag_inuse() 178 ip_frag_tbl_del(struct rte_ip_frag_tbl *tbl, struct rte_ip_frag_death_row *dr, in ip_frag_tbl_del()
|
H A D | rte_ipv4_reassembly.c | 98 rte_ipv4_frag_reassemble_packet(struct rte_ip_frag_tbl *tbl, in rte_ipv4_frag_reassemble_packet() argument [all...] |
H A D | rte_ipv6_reassembly.c | 136 rte_ipv6_frag_reassemble_packet(struct rte_ip_frag_tbl *tbl, in rte_ipv6_frag_reassemble_packet() argument [all...] |
/dpdk/lib/node/ |
H A D | ip4_reassembly_priv.h | 14 struct rte_ip_frag_tbl *tbl; member
|
H A D | rte_node_ip4_api.h | 62 struct rte_ip_frag_tbl *tbl; member
|
H A D | ip4_reassembly.c | 51 struct rte_ip_frag_tbl *tbl; in ip4_reassembly_node_process() local
|
/dpdk/lib/lpm/ |
H A D | rte_lpm6.c | 598 simulate_add_step(struct rte_lpm6 * lpm,struct rte_lpm6_tbl_entry * tbl,struct rte_lpm6_tbl_entry ** next_tbl,const uint8_t * ip,uint8_t bytes,uint8_t first_byte,uint8_t depth,uint32_t * need_tbl_nb) simulate_add_step() argument 650 add_step(struct rte_lpm6 * lpm,struct rte_lpm6_tbl_entry * tbl,uint32_t tbl_ind,struct rte_lpm6_tbl_entry ** next_tbl,uint32_t * next_tbl_ind,uint8_t * ip,uint8_t bytes,uint8_t first_byte,uint8_t depth,uint32_t next_hop,uint8_t is_new_rule) add_step() argument 819 struct rte_lpm6_tbl_entry *tbl; simulate_add() local 857 struct rte_lpm6_tbl_entry *tbl; rte_lpm6_add() local 912 lookup_step(const struct rte_lpm6 * lpm,const struct rte_lpm6_tbl_entry * tbl,const struct rte_lpm6_tbl_entry ** tbl_next,const uint8_t * ip,uint8_t first_byte,uint32_t * next_hop) lookup_step() argument 946 const struct rte_lpm6_tbl_entry *tbl; rte_lpm6_lookup() local 980 const struct rte_lpm6_tbl_entry *tbl; rte_lpm6_lookup_bulk_func() local 1201 struct rte_lpm6_tbl_entry *tbl = &lpm->tbl24[first_3bytes]; rule_find_range() local [all...] |
H A D | rte_lpm_altivec.h | 24 uint32_t tbl[4]; in rte_lpm_lookupx4() local
|
H A D | rte_lpm_sse.h | 23 uint32_t tbl[4]; in rte_lpm_lookupx4() local
|
H A D | rte_lpm_neon.h | 24 uint32_t tbl[4]; in rte_lpm_lookupx4() local
|
/dpdk/lib/fib/ |
H A D | trie.h | 90 get_tbl_val_by_idx(uint64_t * tbl,uint32_t idx,uint8_t nh_sz) get_tbl_val_by_idx() argument 97 get_tbl_p_by_idx(uint64_t * tbl,uint64_t idx,uint8_t nh_sz) get_tbl_p_by_idx() argument
|
/dpdk/lib/port/ |
H A D | rte_port_ras.c | 168 struct rte_ip_frag_tbl *tbl = p->frag_tbl; in process_ipv4() local 201 struct rte_ip_frag_tbl *tbl = p->frag_tbl; in process_ipv6() local
|
/dpdk/drivers/net/mlx5/windows/ |
H A D | mlx5_flow_os.h | 343 mlx5_flow_os_create_flow_action_send_to_kernel(void *tbl, uint16_t priority, in mlx5_flow_os_create_flow_action_send_to_kernel()
|
/dpdk/drivers/common/mlx5/linux/ |
H A D | mlx5_glue.c | 445 mlx5_glue_dr_create_flow_action_dest_flow_tbl(void *tbl) in mlx5_glue_dr_create_flow_action_dest_flow_tbl() 523 mlx5_glue_dr_destroy_flow_tbl(void *tbl) in mlx5_glue_dr_destroy_flow_tbl() 650 void *tbl) in mlx5_glue_dv_create_flow_matcher() 1541 mlx5_glue_dr_create_flow_action_send_to_kernel(void *tbl, uint16_t priority) in mlx5_glue_dr_create_flow_action_send_to_kernel()
|
/dpdk/drivers/net/mlx5/linux/ |
H A D | mlx5_flow_os.h | 385 mlx5_flow_os_create_flow_action_send_to_kernel(void *tbl, uint16_t priority, in mlx5_flow_os_create_flow_action_send_to_kernel()
|
/dpdk/drivers/net/thunderx/base/ |
H A D | nicvf_hw.c | 781 nicvf_rss_reta_update(struct nicvf *nic, uint8_t *tbl, uint32_t max_count) in nicvf_rss_reta_update() 802 nicvf_rss_reta_query(struct nicvf *nic, uint8_t *tbl, uint32_t max_count) in nicvf_rss_reta_query()
|
/dpdk/drivers/net/bnxt/tf_core/ |
H A D | tf_tbl.c | 546 struct tf_tbl_resource_info *tbl) in tf_tbl_get_resc_info()
|
/dpdk/examples/ipsec-secgw/ |
H A D | ipsec.h | 237 struct cdev_qp tbl[MAX_QP_PER_LCORE]; global() member 307 struct rte_ip_frag_tbl *tbl; global() member
|