Home
last modified time | relevance | path

Searched refs:cnx_head (Results 1 – 6 of 6) sorted by relevance

/dports/security/sancp/sancp-1.6.1-stable/
H A Dcheck_packet.cc65 cn=gVars.cnx_head[cKey]; in update_state_node()
112 if(cn!=gVars.cnx_head[cKey]) in update_state_node()
125 cn->next = gVars.cnx_head[cKey]; in update_state_node()
126 gVars.cnx_head[cKey]->prev=cn; in update_state_node()
127 gVars.cnx_head[cKey]=cn; in update_state_node()
201 if(gVars.cnx_head[cKey]) in update_state_node()
202 gVars.cnx_head[cKey]->prev=cn; in update_state_node()
204 cn->next = gVars.cnx_head[cKey]; in update_state_node()
205 gVars.cnx_head[cKey]=cn; in update_state_node()
210 gVars.cnx_head[cKey]=cn; in update_state_node()
H A Dgvars.h61 struct cnx *cnx_head[HASH_KEYS]; //*cnx_head; member
H A Dmisc_functs.cc313 cnx_thead=gVars.cnx_head[cKey]; in free_all()
373 cnx_tmp=gVars.cnx_head[cKey]; in record_all()
H A Dapply_rule.cc33 tc = gVars.cnx_head[t]; in retroactive()
H A Dsancp.cc107 gVars.cnx_head[cKey]=NULL; in main()
H A Dstatefull_logging.cc142 gVars.cnx_head[cKey]=NULL; in expire_connections()