FD.io VPP  v19.08.1-401-g8e4ed521a
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 int session_send_fds (vl_api_registration_t *reg, int fds[], int n_fds)
 
static int send_add_segment_callback (u32 api_client_index, u64 segment_handle)
 
static int send_del_segment_callback (u32 api_client_index, u64 segment_handle)
 
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, u8 is_fail)
 
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 void vl_api_session_enable_disable_t_handler (vl_api_session_enable_disable_t *mp)
 
static void vl_api_application_attach_t_handler (vl_api_application_attach_t *mp)
 
static void vl_api_app_attach_t_handler (vl_api_app_attach_t *mp)
 
static void vl_api_application_detach_t_handler (vl_api_application_detach_t *mp)
 
static void vl_api_bind_uri_t_handler (vl_api_bind_uri_t *mp)
 
static void vl_api_unbind_uri_t_handler (vl_api_unbind_uri_t *mp)
 
static void vl_api_connect_uri_t_handler (vl_api_connect_uri_t *mp)
 
static void vl_api_disconnect_session_t_handler (vl_api_disconnect_session_t *mp)
 
static void vl_api_disconnect_session_reply_t_handler (vl_api_disconnect_session_reply_t *mp)
 
static void vl_api_map_another_segment_reply_t_handler (vl_api_map_another_segment_reply_t *mp)
 
static void vl_api_bind_sock_t_handler (vl_api_bind_sock_t *mp)
 
static void vl_api_unbind_sock_t_handler (vl_api_unbind_sock_t *mp)
 
static void vl_api_connect_sock_t_handler (vl_api_connect_sock_t *mp)
 
static void vl_api_app_worker_add_del_t_handler (vl_api_app_worker_add_del_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_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:
_(MAP_ANOTHER_SEGMENT_REPLY, map_another_segment_reply) \
_(APPLICATION_ATTACH, application_attach) \
_(APP_ATTACH, app_attach) \
_(APPLICATION_DETACH, application_detach) \
_(BIND_URI, bind_uri) \
_(UNBIND_URI, unbind_uri) \
_(CONNECT_URI, connect_uri) \
_(DISCONNECT_SESSION, disconnect_session) \
_(DISCONNECT_SESSION_REPLY, disconnect_session_reply) \
_(BIND_SOCK, bind_sock) \
_(UNBIND_SOCK, unbind_sock) \
_(CONNECT_SOCK, connect_sock) \
_(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_WORKER_ADD_DEL, app_worker_add_del) \

Definition at line 43 of file session_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 31 of file session_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 1454 of file session_api.c.

◆ vl_print

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

Definition at line 36 of file session_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 37 of file session_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 27 of file session_api.c.

Function Documentation

◆ application_reaper_cb()

static clib_error_t* application_reaper_cb ( u32  client_index)
static

Definition at line 1439 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 256 of file session_api.c.

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

◆ mq_send_session_accepted_cb()

static int mq_send_session_accepted_cb ( session_t s)
static

Definition at line 173 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 383 of file session_api.c.

+ Here is the call graph for this function:
+ Here is the caller 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 235 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,
u8  is_fail 
)

Definition at line 303 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 276 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 466 of file session_api.c.

◆ mq_send_session_reset_cb()

static void mq_send_session_reset_cb ( session_t s)
static

Definition at line 290 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 443 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 154 of file session_api.c.

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

◆ send_add_segment_callback()

static int send_add_segment_callback ( u32  api_client_index,
u64  segment_handle 
)
static

Definition at line 83 of file session_api.c.

+ Here is the call graph for this function:

◆ send_del_segment_callback()

static int send_del_segment_callback ( u32  api_client_index,
u64  segment_handle 
)
static

Definition at line 132 of file session_api.c.

+ Here is the call 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 1222 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 1259 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 1296 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 1474 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 65 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 1459 of file session_api.c.

+ Here is the caller 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 591 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 1135 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 1054 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_application_attach_t_handler()

static void vl_api_application_attach_t_handler ( vl_api_application_attach_t mp)
static

Definition at line 494 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 693 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 1359 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 1399 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_bind_sock_t_handler()

static void vl_api_bind_sock_t_handler ( vl_api_bind_sock_t mp)
static

Definition at line 898 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_bind_uri_t_handler()

static void vl_api_bind_uri_t_handler ( vl_api_bind_uri_t mp)
static

Definition at line 720 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_connect_sock_t_handler()

static void vl_api_connect_sock_t_handler ( vl_api_connect_sock_t mp)
static

Definition at line 991 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_connect_uri_t_handler()

static void vl_api_connect_uri_t_handler ( vl_api_connect_uri_t mp)
static

Definition at line 793 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_disconnect_session_reply_t_handler()

static void vl_api_disconnect_session_reply_t_handler ( vl_api_disconnect_session_reply_t mp)
static

Definition at line 866 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_disconnect_session_t_handler()

static void vl_api_disconnect_session_t_handler ( vl_api_disconnect_session_t mp)
static

Definition at line 835 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_map_another_segment_reply_t_handler()

static void vl_api_map_another_segment_reply_t_handler ( vl_api_map_another_segment_reply_t *  mp)
static

Definition at line 890 of file session_api.c.

◆ 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 482 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 1185 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 1335 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_unbind_sock_t_handler()

static void vl_api_unbind_sock_t_handler ( vl_api_unbind_sock_t mp)
static

Definition at line 948 of file session_api.c.

+ Here is the call graph for this function:

◆ vl_api_unbind_uri_t_handler()

static void vl_api_unbind_uri_t_handler ( vl_api_unbind_uri_t mp)
static

Definition at line 761 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,
.add_segment_callback = send_add_segment_callback,
.del_segment_callback = send_del_segment_callback,
}
static int send_del_segment_callback(u32 api_client_index, u64 segment_handle)
Definition: session_api.c:132
static void mq_send_session_reset_cb(session_t *s)
Definition: session_api.c:290
static void mq_send_session_disconnected_cb(session_t *s)
Definition: session_api.c:276
static void mq_send_session_migrate_cb(session_t *s, session_handle_t new_sh)
Definition: session_api.c:466
static int mq_send_session_accepted_cb(session_t *s)
Definition: session_api.c:173
static int send_add_segment_callback(u32 api_client_index, u64 segment_handle)
Definition: session_api.c:83
int mq_send_session_connected_cb(u32 app_wrk_index, u32 api_context, session_t *s, u8 is_fail)
Definition: session_api.c:303

Definition at line 471 of file session_api.c.