FD.io VPP  v21.06
Vector Packet Processing
application_local.h File Reference
+ Include dependency graph for application_local.h:
+ This graph shows which files directly or indirectly include this file:

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_tct_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)
 

Macro Definition Documentation

◆ foreach_ct_flags

foreach_ct_flags
Value:
_ (CLIENT, "client") \
_ (HALF_OPEN, "half-open")

Definition at line 23 of file application_local.h.

Typedef Documentation

◆ ct_connection_t

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
foreach_ct_flags 

Definition at line 27 of file application_local.h.

◆ ct_connection_flags_t

Enumerator
foreach_ct_flags 

Definition at line 34 of file application_local.h.

Function Documentation

◆ ct_session_connect_notify()

int ct_session_connect_notify ( session_t ls)

Definition at line 110 of file application_local.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ct_session_endpoint()

void ct_session_endpoint ( session_t ll,
session_endpoint_t sep 
)

Definition at line 99 of file application_local.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ct_session_get_peer()

session_t* ct_session_get_peer ( session_t s)

Definition at line 90 of file application_local.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ct_session_tx()

int ct_session_tx ( session_t s)

Definition at line 752 of file application_local.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: