corosync 3.1.8
|
#include <sys/types.h>
#include <sys/socket.h>
#include <qb/qbloop.h>
#include <corosync/totem/totem.h>
Go to the source code of this file.
Functions | |
int | totemknet_initialize (qb_loop_t *poll_handle, void **knet_context, struct totem_config *totem_config, totemsrp_stats_t *stats, void *context, int(*deliver_fn)(void *context, const void *msg, unsigned int msg_len, const struct sockaddr_storage *system_from), int(*iface_change_fn)(void *context, const struct totem_ip_address *iface_address, unsigned int ring_no), void(*mtu_changed)(void *context, int net_mtu), void(*target_set_completed)(void *context)) |
Create an instance. | |
void * | totemknet_buffer_alloc (void) |
void | totemknet_buffer_release (void *ptr) |
int | totemknet_processor_count_set (void *knet_context, int processor_count) |
int | totemknet_token_send (void *knet_context, const void *msg, unsigned int msg_len) |
int | totemknet_mcast_flush_send (void *knet_context, const void *msg, unsigned int msg_len) |
int | totemknet_mcast_noflush_send (void *knet_context, const void *msg, unsigned int msg_len) |
int | totemknet_recv_flush (void *knet_context) |
int | totemknet_send_flush (void *knet_context) |
int | totemknet_iface_check (void *knet_context) |
int | totemknet_finalize (void *knet_context) |
void | totemknet_net_mtu_adjust (void *knet_context, struct totem_config *totem_config) |
int | totemknet_nodestatus_get (void *knet_context, unsigned int nodeid, struct totem_node_status *node_status) |
int | totemknet_ifaces_get (void *net_context, char ***status, unsigned int *iface_count) |
int | totemknet_iface_set (void *net_context, const struct totem_ip_address *local_addr, unsigned short ip_port, unsigned int iface_no) |
int | totemknet_token_target_set (void *knet_context, unsigned int nodeid) |
int | totemknet_crypto_set (void *knet_context, const char *cipher_type, const char *hash_type) |
int | totemknet_recv_mcast_empty (void *knet_context) |
int | totemknet_member_add (void *knet_context, const struct totem_ip_address *local, const struct totem_ip_address *member, int ring_no) |
int | totemknet_member_remove (void *knet_context, const struct totem_ip_address *member, int ring_no) |
int | totemknet_member_set_active (void *knet_context, const struct totem_ip_address *member_ip, int active) |
int | totemknet_reconfigure (void *knet_context, struct totem_config *totem_config) |
int | totemknet_crypto_reconfigure_phase (void *knet_context, struct totem_config *totem_config, cfg_message_crypto_reconfig_phase_t phase) |
void | totemknet_stats_clear (void *knet_context) |
void | totemknet_configure_log_level (void) |
|
extern |
Definition at line 1382 of file totemknet.c.
|
extern |
Definition at line 1388 of file totemknet.c.
|
extern |
Definition at line 901 of file totemknet.c.
References global_instance, totemknet_instance::knet_handle, log_printf, logsys_config_debug_get(), LOGSYS_DEBUG_OFF, LOGSYS_DEBUG_ON, LOGSYS_DEBUG_TRACE, LOGSYS_LEVEL_DEBUG, and LOGSYS_LEVEL_ERROR.
Referenced by totemknet_initialize().
|
extern |
Definition at line 1787 of file totemknet.c.
References totem_config::crypto_index, CRYPTO_RECONFIG_PHASE_ACTIVATE, CRYPTO_RECONFIG_PHASE_CLEANUP, totemknet_instance::knet_context, totemknet_instance::knet_handle, knet_log_printf, LOGSYS_LEVEL_DEBUG, and LOGSYS_LEVEL_ERROR.
|
extern |
Definition at line 363 of file totemknet.c.
|
extern |
Definition at line 664 of file totemknet.c.
References CS_PRI_NODE_ID, totemknet_instance::knet_context, totemknet_instance::knet_fd, totemknet_instance::knet_handle, knet_log_printf, totemknet_instance::log_mutex, totemknet_instance::logpipes, LOGSYS_LEVEL_CRIT, LOGSYS_LEVEL_ERROR, and totemknet_instance::poll_handle.
|
extern |
Definition at line 1449 of file totemknet.c.
References totemknet_instance::knet_context, and knet_log_printf.
|
extern |
Definition at line 1532 of file totemknet.c.
References totemknet_instance::ip_port, totemknet_instance::knet_context, knet_log_printf, totemknet_instance::my_ids, totemip_copy(), and totemip_print().
|
extern |
Definition at line 569 of file totemknet.c.
References CFG_INTERFACE_STATUS_MAX_LEN, totem_interface::configured, INTERFACE_MAX, totem_config::interfaces, totemknet_instance::knet_context, totemknet_instance::knet_handle, knet_log_printf, totemknet_instance::link_status, LOGSYS_LEVEL_ERROR, totemknet_instance::our_nodeid, OWN_INDEX_NONE, and totemknet_instance::totem_config.
|
extern |
Create an instance.
Definition at line 1123 of file totemknet.c.
References _logsys_subsys_create(), totem_interface::bindnet, totem_interface::boundto, CFG_INTERFACE_STATUS_MAX_LEN, totemknet_instance::context, totem_config::crypto_index, CS_OK, global_instance, icmap_get_string(), INTERFACE_MAX, totem_config::interfaces, totem_interface::ip_port, totemknet_instance::ip_port, totem_config::knet_compression_model, totemknet_instance::knet_context, totemknet_instance::knet_fd, totemknet_instance::knet_handle, knet_log_printf, KNET_LOGSYS_PERROR, totem_config::knet_mtu, totem_config::knet_pmtud_interval, totemknet_instance::knet_subsys_id, totem_config::link_mode, totemknet_instance::link_mode, totemknet_instance::link_status, totem_logging_configuration::log_level_debug, totem_logging_configuration::log_level_error, totem_logging_configuration::log_level_notice, totem_logging_configuration::log_level_warning, totem_logging_configuration::log_printf, totem_logging_configuration::log_subsys_id, totemknet_instance::logpipes, LOGSYS_LEVEL_CRIT, LOGSYS_LEVEL_INFO, LOGSYS_LEVEL_WARNING, totemknet_instance::loopback_link, totemknet_instance::my_ids, totem_config::node_id, totem_ip_address::nodeid, totemknet_instance::our_nodeid, totemknet_instance::poll_handle, stats_knet_add_handle(), totemknet_instance::timer_netif_check_timeout, totemknet_instance::totem_config, totem_config::totem_logging_configuration, totemip_copy(), totemknet_configure_log_level(), totemknet_instance::totemknet_deliver_fn, totemknet_instance::totemknet_iface_change_fn, totemknet_instance::totemknet_log_level_debug, totemknet_instance::totemknet_log_level_error, totemknet_instance::totemknet_log_level_notice, totemknet_instance::totemknet_log_level_security, totemknet_instance::totemknet_log_level_warning, totemknet_instance::totemknet_log_printf, totemknet_instance::totemknet_mtu_changed, totemknet_instance::totemknet_subsys_id, and totemknet_instance::totemknet_target_set_completed.
|
extern |
Definition at line 1422 of file totemknet.c.
References totemknet_instance::knet_context.
|
extern |
Definition at line 1435 of file totemknet.c.
References totemknet_instance::knet_context.
|
extern |
Definition at line 1549 of file totemknet.c.
References CS_PRI_NODE_ID, totem_config::interfaces, totemknet_instance::ip_port, totemknet_instance::knet_context, totemknet_instance::knet_handle, totem_interface::knet_link_priority, knet_log_printf, KNET_LOGSYS_PERROR, totem_interface::knet_ping_interval, totem_interface::knet_ping_precision, totem_interface::knet_ping_timeout, totem_interface::knet_pong_count, totem_interface::knet_transport, totemknet_instance::link_mode, LOGSYS_LEVEL_DEBUG, LOGSYS_LEVEL_ERROR, totemknet_instance::loopback_link, totem_ip_address::nodeid, totemknet_instance::our_nodeid, stats_knet_add_member(), totemknet_instance::totem_config, totemip_print(), and totemip_totemip_to_sockaddr_convert().
|
extern |
Definition at line 1684 of file totemknet.c.
References CS_PRI_NODE_ID, totemknet_instance::knet_context, totemknet_instance::knet_handle, knet_log_printf, KNET_LOGSYS_PERROR, LOGSYS_LEVEL_DEBUG, LOGSYS_LEVEL_ERROR, totem_ip_address::nodeid, totemknet_instance::our_nodeid, stats_knet_del_member(), and totemknet_instance::token_target.
|
extern |
|
extern |
Definition at line 1459 of file totemknet.c.
References totemknet_instance::knet_context, knet_log_printf, and totem_config::net_mtu.
|
extern |
Definition at line 491 of file totemknet.c.
References totem_interface::configured, CS_ERR_INVALID_PARAM, CS_ERR_NOT_EXIST, totem_node_status::external, totem_config::interfaces, totemknet_instance::knet_context, totemknet_instance::knet_handle, knet_log_printf, totem_node_status::link_status, LOGSYS_LEVEL_WARNING, nodeid, totem_node_status::nodeid, totem_node_status::onwire_max, totem_node_status::onwire_min, totem_node_status::onwire_ver, totem_node_status::reachable, totem_node_status::remote, and totemknet_instance::totem_config.
|
extern |
Definition at line 1393 of file totemknet.c.
|
extern |
Definition at line 1757 of file totemknet.c.
References totem_config::crypto_changed, totem_config::crypto_cipher_type, totem_config::crypto_hash_type, totem_config::crypto_index, totem_config::crypto_model, totemknet_instance::knet_context, and knet_log_printf.
|
extern |
Definition at line 1400 of file totemknet.c.
|
extern |
Definition at line 1480 of file totemknet.c.
References totemknet_instance::iov_buffer, totemknet_instance::knet_context, totemknet_instance::knet_fd, MSG_NOSIGNAL, and system_from.
|
extern |
Definition at line 1405 of file totemknet.c.
|
extern |
Definition at line 1846 of file totemknet.c.
References totemknet_instance::knet_context, and totemknet_instance::knet_handle.
|
extern |
Definition at line 1410 of file totemknet.c.
References totemknet_instance::knet_context, and totemknet_instance::token_target.
|
extern |
Definition at line 1466 of file totemknet.c.
References totemknet_instance::context, totemknet_instance::knet_context, nodeid, totem_ip_address::nodeid, totemknet_instance::token_target, and totemknet_instance::totemknet_target_set_completed.