FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
transport.c File Reference
+ Include dependency graph for transport.c:

Go to the source code of this file.

Functions

u32 transport_endpoint_lookup (transport_endpoint_table_t *ht, ip46_address_t *ip, u16 port)
 
void transport_endpoint_table_add (transport_endpoint_table_t *ht, transport_endpoint_t *te, u32 value)
 
void transport_endpoint_table_del (transport_endpoint_table_t *ht, transport_endpoint_t *te)
 

Function Documentation

u32 transport_endpoint_lookup ( transport_endpoint_table_t ht,
ip46_address_t *  ip,
u16  port 
)

Definition at line 19 of file transport.c.

+ Here is the caller graph for this function:

void transport_endpoint_table_add ( transport_endpoint_table_t ht,
transport_endpoint_t te,
u32  value 
)

Definition at line 37 of file transport.c.

+ Here is the caller graph for this function:

void transport_endpoint_table_del ( transport_endpoint_table_t ht,
transport_endpoint_t te 
)

Definition at line 51 of file transport.c.

+ Here is the caller graph for this function: