NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
tcp_session_table.c File Reference
#include <rte_jhash.h>
#include "tcp_session_table.h"
Include dependency graph for tcp_session_table.c:

Go to the source code of this file.

Variables

struct rte_hash_parameters tcp_session_ht_params
 
struct rte_hash * tcp_session_table
 

Variable Documentation

◆ tcp_session_ht_params

struct rte_hash_parameters tcp_session_ht_params
Initial value:
= {
.name = "tcp_session_ht",
.key_len = sizeof(struct tcp_session_key),
.hash_func = rte_jhash,
.hash_func_init_val = 0,
.extra_flag = 0,
}
#define TCP_SESSION_MAX_ENTRIES

Definition at line 1 of file tcp_session_table.c.

◆ tcp_session_table

struct rte_hash* tcp_session_table

Definition at line 39 of file tcp_session_table.c.