|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
17 #ifndef SRC_VNET_SESSION_APPLICATION_LOCAL_H_
18 #define SRC_VNET_SESSION_APPLICATION_LOCAL_H_
23 #define foreach_ct_flags \
24 _ (CLIENT, "client") \
25 _ (HALF_OPEN, "half-open")
29 #define _(sym, str) CT_CONN_BIT_F_##sym,
36 #define _(sym, str) CT_CONN_F_##sym = 1 << CT_CONN_BIT_F_##sym,
enum session_error_ session_error_t
struct ct_connection_ ct_connection_t
int ct_session_connect_notify(session_t *ls, session_error_t err)
ct_connection_flags_t flags
struct _transport_connection transport_connection_t
struct _svm_fifo svm_fifo_t
int ct_session_tx(session_t *s)
svm_fifo_t * client_rx_fifo
transport_proto_t actual_tp
transport_connection_t connection
enum _transport_proto transport_proto_t
session_t * ct_session_get_peer(session_t *s)
struct _session_endpoint session_endpoint_t
svm_fifo_t * client_tx_fifo
void ct_session_endpoint(session_t *ll, session_endpoint_t *sep)