FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ct_connection_ |
Macros | |
#define | foreach_ct_flags |
Typedefs | |
typedef struct ct_connection_ | ct_connection_t |
Enumerations | |
enum | { foreach_ct_flags } |
enum | ct_connection_flags_t { foreach_ct_flags } |
Functions | |
session_t * | ct_session_get_peer (session_t *s) |
void | ct_session_endpoint (session_t *ll, session_endpoint_t *sep) |
int | ct_session_connect_notify (session_t *ls, session_error_t err) |
int | ct_session_tx (session_t *s) |
foreach_ct_flags |
Definition at line 23 of file application_local.h.
typedef struct ct_connection_ ct_connection_t |
anonymous enum |
Enumerator | |
---|---|
foreach_ct_flags |
Definition at line 27 of file application_local.h.
Enumerator | |
---|---|
foreach_ct_flags |
Definition at line 34 of file application_local.h.
int ct_session_connect_notify | ( | session_t * | ls, |
session_error_t | err | ||
) |
Definition at line 279 of file application_local.c.
void ct_session_endpoint | ( | session_t * | ll, |
session_endpoint_t * | sep | ||
) |
Definition at line 129 of file application_local.c.
Definition at line 120 of file application_local.c.
int ct_session_tx | ( | session_t * | s | ) |
Definition at line 1081 of file application_local.c.