16 #ifndef VNET_VNET_URI_TRANSPORT_H_ 17 #define VNET_VNET_URI_TRANSPORT_H_ 23 typedef struct _transport_stats
28 typedef struct _spacer
32 f32 tokens_per_period;
39 typedef struct _transport_connection
49 ip46_address_t rmt_ip;
50 ip46_address_t lcl_ip;
60 u8 opaque_conn_id[42];
80 #define c_lcl_ip connection.lcl_ip 81 #define c_rmt_ip connection.rmt_ip 82 #define c_lcl_ip4 connection.lcl_ip.ip4 83 #define c_rmt_ip4 connection.rmt_ip.ip4 84 #define c_lcl_ip6 connection.lcl_ip.ip6 85 #define c_rmt_ip6 connection.rmt_ip.ip6 86 #define c_lcl_port connection.lcl_port 87 #define c_rmt_port connection.rmt_port 88 #define c_proto connection.proto 89 #define c_fib_index connection.fib_index 90 #define c_s_index connection.s_index 91 #define c_c_index connection.c_index 92 #define c_is_ip4 connection.is_ip4 93 #define c_thread_index connection.thread_index 94 #define c_elog_track connection.elog_track 95 #define c_cc_stat_tstamp connection.cc_stat_tstamp 96 #define c_rmt_fei connection.rmt_fei 97 #define c_rmt_dpo connection.rmt_dpo 98 #define c_opaque_id connection.opaque_conn_id 99 #define c_stats connection.stats 100 #define c_pacer connection.pacer 101 #define c_flags connection.flags 104 #define TRANSPORT_CONNECTION_F_IS_TX_PACED 1 << 0 106 typedef enum _transport_proto
125 #define foreach_transport_endpoint_fields \ 126 _(ip46_address_t, ip) \ 129 _(u32, sw_if_index) \ 134 #define _(type, name) type name; 139 #define foreach_transport_endpoint_cfg_fields \ 140 foreach_transport_endpoint_fields \ 141 _(transport_endpoint_t, peer) \ 145 #define _(type, name) type name; 152 #define ENDPOINT_INVALID_INDEX ((u32)~0) 168 ip46_address_t * lcl_addr,
struct _transport_connection transport_connection_t
void transport_init(void)
static u8 transport_endpoint_fib_proto(transport_endpoint_t *tep)
u8 * format_transport_proto_short(u8 *s, va_list *args)
u8 * format_transport_half_open_connection(u8 *s, va_list *args)
struct _transport_stats transport_stats_t
u8 * format_transport_listen_connection(u8 *s, va_list *args)
u8 * format_transport_connection(u8 *s, va_list *args)
clib_bihash_24_8_t transport_endpoint_table_t
void transport_endpoint_cleanup(u8 proto, ip46_address_t *lcl_ip, u16 port)
static u8 transport_connection_fib_proto(transport_connection_t *tc)
uword unformat_transport_proto(unformat_input_t *input, va_list *args)
u8 * format_transport_proto(u8 *s, va_list *args)
#define foreach_transport_endpoint_cfg_fields
enum _transport_proto transport_proto_t
static void elog_track(elog_main_t *em, elog_event_type_t *type, elog_track_t *track, u32 data)
Log a single-datum event to a specific track, non-inline version.
u8 transport_protocol_is_cl(transport_proto_t tp)
#define foreach_transport_endpoint_fields
fib table endpoint is associated with
int transport_alloc_local_endpoint(u8 proto, transport_endpoint_cfg_t *rmt, ip46_address_t *lcl_addr, u16 *lcl_port)
int transport_alloc_local_port(u8 proto, ip46_address_t *ip)
Allocate local port and add if successful add entry to local endpoint table to mark the pair as used...
struct transport_endpoint_ transport_endpoint_t
struct transport_endpoint_pair_ transport_endpoint_cfg_t