FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | generic_session_ |
struct | local_session_ |
Macros | |
#define | foreach_session_endpoint_fields |
#define | SESSION_IP46_ZERO |
#define | SESSION_ENDPOINT_NULL |
#define | SESSION_ENDPOINT_EXT_NULL |
#define | session_endpoint_to_transport(_sep) ((transport_endpoint_t *)_sep) |
Typedefs | |
typedef u8 | session_type_t |
typedef struct generic_session_ | generic_session_t |
typedef struct _stream_session_t | stream_session_t |
typedef struct local_session_ | local_session_t |
typedef struct _session_endpoint | session_endpoint_t |
typedef struct _session_endpoint_extended | session_endpoint_extended_t |
Functions | |
static u8 | session_endpoint_fib_proto (session_endpoint_t *sep) |
#define foreach_session_endpoint_fields |
Definition at line 155 of file stream_session.h.
#define SESSION_ENDPOINT_EXT_NULL |
Definition at line 191 of file stream_session.h.
#define SESSION_ENDPOINT_NULL |
Definition at line 182 of file stream_session.h.
#define session_endpoint_to_transport | ( | _sep | ) | ((transport_endpoint_t *)_sep) |
Definition at line 204 of file stream_session.h.
#define SESSION_IP46_ZERO |
Definition at line 176 of file stream_session.h.
typedef struct generic_session_ generic_session_t |
typedef struct local_session_ local_session_t |
typedef struct _session_endpoint_extended session_endpoint_extended_t |
typedef struct _session_endpoint session_endpoint_t |
typedef u8 session_type_t |
Definition at line 22 of file stream_session.h.
typedef struct _stream_session_t stream_session_t |
Definition at line 27 of file stream_session.h.
|
inlinestatic |