corosync 3.1.9
|
Definition at line 49 of file totemnet.c.
Definition at line 77 of file totemnet.c.
Referenced by totemnet_buffer_alloc().
Definition at line 79 of file totemnet.c.
Referenced by totemnet_buffer_release().
int(* transport::crypto_reconfigure_phase) (void *net_context, struct totem_config *totem_config, cfg_message_crypto_reconfig_phase_t phase) |
Definition at line 161 of file totemnet.c.
Referenced by totemnet_crypto_reconfigure_phase().
int(* transport::crypto_set) (void *transport_context, const char *cipher_type, const char *hash_type) |
Definition at line 127 of file totemnet.c.
Referenced by totemnet_crypto_set().
Definition at line 107 of file totemnet.c.
Referenced by totemnet_finalize().
Definition at line 105 of file totemnet.c.
Referenced by totemnet_iface_check().
Definition at line 111 of file totemnet.c.
int(* transport::iface_set) (void *transport_context, const struct totem_ip_address *local, unsigned short ip_port, unsigned int ring_no) |
Definition at line 135 of file totemnet.c.
Referenced by totemnet_iface_set().
Definition at line 113 of file totemnet.c.
Referenced by totemnet_ifaces_get().
int(* transport::initialize) (qb_loop_t *loop_pt, void **transport_instance, 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)) |
Definition at line 52 of file totemnet.c.
Referenced by totemnet_initialize().
Definition at line 90 of file totemnet.c.
Referenced by totemnet_mcast_flush_send().
int(* transport::mcast_noflush_send) (void *transport_context, const void *msg, unsigned int msg_len) |
Definition at line 96 of file totemnet.c.
Referenced by totemnet_mcast_noflush_send().
int(* transport::member_add) (void *transport_context, const struct totem_ip_address *local, const struct totem_ip_address *member, int ring_no) |
Definition at line 141 of file totemnet.c.
Referenced by totemnet_member_add().
int(* transport::member_remove) (void *transport_context, const struct totem_ip_address *member, int ring_no) |
Definition at line 147 of file totemnet.c.
Referenced by totemnet_member_remove().
int(* transport::member_set_active) (void *transport_context, const struct totem_ip_address *member, int active) |
Definition at line 152 of file totemnet.c.
Referenced by totemnet_member_set_active().
Definition at line 50 of file totemnet.c.
void(* transport::net_mtu_adjust) (void *transport_context, struct totem_config *totem_config) |
Definition at line 109 of file totemnet.c.
Referenced by totemnet_net_mtu_adjust().
int(* transport::nodestatus_get) (void *transport_context, unsigned int nodeid, struct totem_node_status *node_status) |
Definition at line 118 of file totemnet.c.
Referenced by totemnet_nodestatus_get().
int(* transport::processor_count_set) (void *transport_context, int processor_count) |
Definition at line 81 of file totemnet.c.
Referenced by totemnet_processor_count_set().
int(* transport::reconfigure) (void *net_context, struct totem_config *totem_config) |
Definition at line 157 of file totemnet.c.
Referenced by totemnet_reconfigure().
Definition at line 101 of file totemnet.c.
Referenced by totemnet_recv_flush().
Definition at line 132 of file totemnet.c.
Referenced by totemnet_recv_mcast_empty().
Definition at line 103 of file totemnet.c.
Referenced by totemnet_send_flush().
void(* transport::stats_clear) (void *net_context) |
Definition at line 166 of file totemnet.c.
Referenced by totemnet_stats_clear().
Definition at line 85 of file totemnet.c.
Referenced by totemnet_token_send().
Definition at line 123 of file totemnet.c.
Referenced by totemnet_token_target_set().