FD.io VPP
v21.01.1
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ct_connection_ |
Typedefs | |
typedef struct ct_connection_ | ct_connection_t |
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) |
int | ct_session_tx (session_t *s) |
typedef struct ct_connection_ ct_connection_t |
int ct_session_connect_notify | ( | session_t * | ls | ) |
Definition at line 83 of file application_local.c.
void ct_session_endpoint | ( | session_t * | ll, |
session_endpoint_t * | sep | ||
) |
Definition at line 72 of file application_local.c.
Definition at line 63 of file application_local.c.
int ct_session_tx | ( | session_t * | s | ) |
Definition at line 631 of file application_local.c.