Searched refs:tncs_global_data (Results 1 – 1 of 1) sorted by relevance
102 static struct tncs_global *tncs_global_data = NULL; variable109 if (imvID >= TNC_MAX_IMV_ID || tncs_global_data == NULL) in tncs_get_imv()111 imv = tncs_global_data->imv; in tncs_get_imv()125 if (tncs_global_data == NULL) in tncs_get_conn()128 tncs = tncs_global_data->connections; in tncs_get_conn()1069 if (tncs_global_data == NULL) in tncs_init()1075 tncs->imv = tncs_global_data->imv; in tncs_init()1076 tncs->connectionID = tncs_global_data->next_conn_id++; in tncs_init()1077 tncs->next = tncs_global_data->connections; in tncs_init()1078 tncs_global_data->connections = tncs; in tncs_init()[all …]