FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
session_api.c File Reference
+ Include dependency graph for session_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define foreach_session_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static transport_proto_t api_session_transport_proto_decode (const vl_api_transport_proto_t *api_tp)
 
static vl_api_transport_proto_t api_session_transport_proto_encode (const transport_proto_t tp)
 
static int session_send_fds (vl_api_registration_t *reg, int fds[], int n_fds)
 
static int mq_try_lock_and_alloc_msg (svm_msg_q_t *app_mq, svm_msg_q_msg_t *msg)
 
static int mq_send_session_accepted_cb (session_t *s)
 
static void mq_send_session_close_evt (app_worker_t *app_wrk, session_handle_t sh, session_evt_type_t evt_type)
 
static void mq_notify_close_subscribers (u32 app_index, session_handle_t sh, svm_fifo_t *f, session_evt_type_t evt_type)
 
static void mq_send_session_disconnected_cb (session_t *s)
 
static void mq_send_session_reset_cb (session_t *s)
 
int mq_send_session_connected_cb (u32 app_wrk_index, u32 api_context, session_t *s, session_error_t err)
 
int mq_send_session_bound_cb (u32 app_wrk_index, u32 api_context, session_handle_t handle, int rv)
 
void mq_send_unlisten_reply (app_worker_t *app_wrk, session_handle_t sh, u32 context, int rv)
 
static void mq_send_session_migrate_cb (session_t *s, session_handle_t new_sh)
 
static int mq_send_add_segment_cb (u32 app_wrk_index, u64 segment_handle)
 
static int mq_send_del_segment_cb (u32 app_wrk_index, u64 segment_handle)
 
static void mq_send_session_cleanup_cb (session_t *s, session_cleanup_ntf_t ntf)
 
static void vl_api_session_enable_disable_t_handler (vl_api_session_enable_disable_t *mp)
 
static void vl_api_app_attach_t_handler (vl_api_app_attach_t *mp)
 
static void vl_api_app_worker_add_del_t_handler (vl_api_app_worker_add_del_t *mp)
 
static void vl_api_application_detach_t_handler (vl_api_application_detach_t *mp)
 
static void vl_api_app_namespace_add_del_t_handler (vl_api_app_namespace_add_del_t *mp)
 
static void vl_api_session_rule_add_del_t_handler (vl_api_session_rule_add_del_t *mp)
 
static void send_session_rule_details4 (mma_rule_16_t *rule, u8 is_local, u8 transport_proto, u32 appns_index, u8 *tag, vl_api_registration_t *reg, u32 context)
 
static void send_session_rule_details6 (mma_rule_40_t *rule, u8 is_local, u8 transport_proto, u32 appns_index, u8 *tag, vl_api_registration_t *reg, u32 context)
 
static void send_session_rules_table_details (session_rules_table_t *srt, u8 fib_proto, u8 tp, u8 is_local, u32 appns_index, vl_api_registration_t *reg, u32 context)
 
static void vl_api_session_rules_dump_t_handler (vl_api_one_map_server_dump_t *mp)
 
static void vl_api_app_add_cert_key_pair_t_handler (vl_api_app_add_cert_key_pair_t *mp)
 
static void vl_api_app_del_cert_key_pair_t_handler (vl_api_app_del_cert_key_pair_t *mp)
 
static void vl_api_application_tls_cert_add_t_handler (vl_api_application_tls_cert_add_t *mp)
 
static void vl_api_application_tls_key_add_t_handler (vl_api_application_tls_key_add_t *mp)
 
static clib_error_tapplication_reaper_cb (u32 client_index)
 
 VL_MSG_API_REAPER_FUNCTION (application_reaper_cb)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tsession_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (session_api_hookup)
 

Variables

static session_cb_vft_t session_mq_cb_vft
 

Macro Definition Documentation

◆ foreach_session_api_msg

#define foreach_session_api_msg
Value:
_(APP_ATTACH, app_attach) \
_(APPLICATION_DETACH, application_detach) \
_(SESSION_ENABLE_DISABLE, session_enable_disable) \
_(APP_NAMESPACE_ADD_DEL, app_namespace_add_del) \
_(SESSION_RULE_ADD_DEL, session_rule_add_del) \
_(SESSION_RULES_DUMP, session_rules_dump) \
_(APPLICATION_TLS_CERT_ADD, application_tls_cert_add) \
_(APPLICATION_TLS_KEY_ADD, application_tls_key_add) \
_(APP_ADD_CERT_KEY_PAIR, app_add_cert_key_pair) \
_(APP_DEL_CERT_KEY_PAIR, app_del_cert_key_pair) \
_(APP_WORKER_ADD_DEL, app_worker_add_del) \

Definition at line 45 of file session_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 33 of file session_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 1167 of file session_api.c.

◆ vl_print

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 38 of file session_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 39 of file session_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 29 of file session_api.c.

Function Documentation

◆ api_session_transport_proto_decode()

static transport_proto_t api_session_transport_proto_decode ( const vl_api_transport_proto_t *  api_tp)
static

Definition at line 59 of file session_api.c.

+ Here is the caller graph for this function:

◆ api_session_transport_proto_encode()

static vl_api_transport_proto_t api_session_transport_proto_encode ( const transport_proto_t  tp)
static

Definition at line 77 of file session_api.c.

+ Here is the caller graph for this function:

◆ application_reaper_cb()

static clib_error_t* application_reaper_cb ( u32  client_index)
static

Definition at line 1152 of file session_api.c.

+ Here is the call graph for this function:

◆ mq_notify_close_subscribers()

static void mq_notify_close_subscribers ( u32  app_index,
session_handle_t  sh,
svm_fifo_t f,
session_evt_type_t  evt_type 
)
inlinestatic

Definition at line 213 of file session_api.c.

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

◆ mq_send_add_segment_cb()

static int mq_send_add_segment_cb ( u32  app_wrk_index,
u64  segment_handle 
)
static

Definition at line 450 of file session_api.c.

+ Here is the call graph for this function:

◆ mq_send_del_segment_cb()

static int mq_send_del_segment_cb ( u32  app_wrk_index,
u64  segment_handle 
)
static

Definition at line 512 of file session_api.c.

+ Here is the call graph for this function:

◆ mq_send_session_accepted_cb()

static int mq_send_session_accepted_cb ( session_t s)
static

Definition at line 129 of file session_api.c.

+ Here is the call graph for this function:

◆ mq_send_session_bound_cb()

int mq_send_session_bound_cb ( u32  app_wrk_index,
u32  api_context,
session_handle_t  handle,
int  rv 
)

Definition at line 340 of file session_api.c.

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

◆ mq_send_session_cleanup_cb()

static void mq_send_session_cleanup_cb ( session_t s,
session_cleanup_ntf_t  ntf 
)
static

Definition at line 545 of file session_api.c.

+ Here is the call graph for this function:

◆ mq_send_session_close_evt()

static void mq_send_session_close_evt ( app_worker_t app_wrk,
session_handle_t  sh,
session_evt_type_t  evt_type 
)
inlinestatic

Definition at line 192 of file session_api.c.

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

◆ mq_send_session_connected_cb()

int mq_send_session_connected_cb ( u32  app_wrk_index,
u32  api_context,
session_t s,
session_error_t  err 
)

Definition at line 260 of file session_api.c.

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

◆ mq_send_session_disconnected_cb()

static void mq_send_session_disconnected_cb ( session_t s)
static

Definition at line 233 of file session_api.c.

+ Here is the call graph for this function:

◆ mq_send_session_migrate_cb()

static void mq_send_session_migrate_cb ( session_t s,
session_handle_t  new_sh 
)
static

Definition at line 423 of file session_api.c.

+ Here is the call graph for this function:

◆ mq_send_session_reset_cb()

static void mq_send_session_reset_cb ( session_t s)
static

Definition at line 247 of file session_api.c.

+ Here is the call graph for this function:

◆ mq_send_unlisten_reply()

void mq_send_unlisten_reply ( app_worker_t app_wrk,
session_handle_t  sh,
u32  context,
int  rv 
)

Definition at line 400 of file session_api.c.

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

◆ mq_try_lock_and_alloc_msg()

static int mq_try_lock_and_alloc_msg ( svm_msg_q_t app_mq,
svm_msg_q_msg_t msg 
)
static

Definition at line 110 of file session_api.c.

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

◆ send_session_rule_details4()

static void send_session_rule_details4 ( mma_rule_16_t *  rule,
u8  is_local,
u8  transport_proto,
u32  appns_index,
u8 tag,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 868 of file session_api.c.

+ Here is the call graph for this function:

◆ send_session_rule_details6()

static void send_session_rule_details6 ( mma_rule_40_t *  rule,
u8  is_local,
u8  transport_proto,
u32  appns_index,
u8 tag,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 910 of file session_api.c.

+ Here is the call graph for this function:

◆ send_session_rules_table_details()

static void send_session_rules_table_details ( session_rules_table_t srt,
u8  fib_proto,
u8  tp,
u8  is_local,
u32  appns_index,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 952 of file session_api.c.

+ Here is the caller graph for this function:

◆ session_api_hookup()

static clib_error_t* session_api_hookup ( vlib_main_t vm)
static

Definition at line 1187 of file session_api.c.

+ Here is the call graph for this function:

◆ session_send_fds()

static int session_send_fds ( vl_api_registration_t reg,
int  fds[],
int  n_fds 
)
static

Definition at line 95 of file session_api.c.

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

◆ setup_message_id_table()

static void setup_message_id_table ( api_main_t am)
static

Definition at line 1172 of file session_api.c.

+ Here is the caller graph for this function:

◆ vl_api_app_add_cert_key_pair_t_handler()

static void vl_api_app_add_cert_key_pair_t_handler ( vl_api_app_add_cert_key_pair_t mp)
static

Definition at line 1015 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_app_attach_t_handler()

static void vl_api_app_attach_t_handler ( vl_api_app_attach_t mp)
static

Definition at line 598 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_app_del_cert_key_pair_t_handler()

static void vl_api_app_del_cert_key_pair_t_handler ( vl_api_app_del_cert_key_pair_t mp)
static

Definition at line 1067 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_app_namespace_add_del_t_handler()

static void vl_api_app_namespace_add_del_t_handler ( vl_api_app_namespace_add_del_t mp)
static

Definition at line 792 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_app_worker_add_del_t_handler()

static void vl_api_app_worker_add_del_t_handler ( vl_api_app_worker_add_del_t mp)
static

Definition at line 687 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_application_detach_t_handler()

static void vl_api_application_detach_t_handler ( vl_api_application_detach_t mp)
static

Definition at line 766 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_application_tls_cert_add_t_handler()

static void vl_api_application_tls_cert_add_t_handler ( vl_api_application_tls_cert_add_t mp)
static

Definition at line 1086 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_application_tls_key_add_t_handler()

static void vl_api_application_tls_key_add_t_handler ( vl_api_application_tls_key_add_t mp)
static

Definition at line 1120 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_session_enable_disable_t_handler()

static void vl_api_session_enable_disable_t_handler ( vl_api_session_enable_disable_t mp)
static

Definition at line 587 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_session_rule_add_del_t_handler()

static void vl_api_session_rule_add_del_t_handler ( vl_api_session_rule_add_del_t mp)
static

Definition at line 836 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_session_rules_dump_t_handler()

static void vl_api_session_rules_dump_t_handler ( vl_api_one_map_server_dump_t mp)
static

Definition at line 991 of file session_api.c.

+ Here is the call graph for this function:

◆ VL_MSG_API_REAPER_FUNCTION()

VL_MSG_API_REAPER_FUNCTION ( application_reaper_cb  )
+ Here is the caller graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( session_api_hookup  )
+ Here is the caller graph for this function:

Variable Documentation

◆ session_mq_cb_vft

session_cb_vft_t session_mq_cb_vft
static
Initial value:
= {
.session_accept_callback = mq_send_session_accepted_cb,
.session_disconnect_callback = mq_send_session_disconnected_cb,
.session_connected_callback = mq_send_session_connected_cb,
.session_reset_callback = mq_send_session_reset_cb,
.session_migrate_callback = mq_send_session_migrate_cb,
.session_cleanup_callback = mq_send_session_cleanup_cb,
.add_segment_callback = mq_send_add_segment_cb,
.del_segment_callback = mq_send_del_segment_cb,
}
static int mq_send_del_segment_cb(u32 app_wrk_index, u64 segment_handle)
Definition: session_api.c:512
static void mq_send_session_reset_cb(session_t *s)
Definition: session_api.c:247
static void mq_send_session_cleanup_cb(session_t *s, session_cleanup_ntf_t ntf)
Definition: session_api.c:545
static void mq_send_session_disconnected_cb(session_t *s)
Definition: session_api.c:233
static void mq_send_session_migrate_cb(session_t *s, session_handle_t new_sh)
Definition: session_api.c:423
static int mq_send_session_accepted_cb(session_t *s)
Definition: session_api.c:129
int mq_send_session_connected_cb(u32 app_wrk_index, u32 api_context, session_t *s, session_error_t err)
Definition: session_api.c:260
static int mq_send_add_segment_cb(u32 app_wrk_index, u64 segment_handle)
Definition: session_api.c:450

Definition at line 575 of file session_api.c.