apol_infoflow_edge Struct Reference

List of all members.

Public Attributes

apol_vector_trules
 vector of qpol_avrule_t, pointing into the policy
apol_infoflow_node_tstart_node
 pointer into a node within the graph
apol_infoflow_node_tend_node
 pointer into a node within the graph
int length

Member Data Documentation

apol_vector_t* apol_infoflow_edge::rules
 

vector of qpol_avrule_t, pointing into the policy

Definition at line 98 of file infoflow-analysis.c.

Referenced by apol_infoflow_direct_define(), apol_infoflow_edge_free(), apol_infoflow_graph_connect_nodes(), and apol_infoflow_trans_define().

apol_infoflow_node_t* apol_infoflow_edge::start_node
 

pointer into a node within the graph

Definition at line 100 of file infoflow-analysis.c.

Referenced by apol_infoflow_analysis_direct_expand(), apol_infoflow_analysis_trans_further(), apol_infoflow_analysis_trans_shortest_path(), apol_infoflow_edge_compare(), apol_infoflow_graph_create_edge(), apol_infoflow_trans_define(), and apol_infoflow_trans_find_edge().

apol_infoflow_node_t* apol_infoflow_edge::end_node
 

pointer into a node within the graph

Definition at line 102 of file infoflow-analysis.c.

Referenced by apol_infoflow_analysis_direct_expand(), apol_infoflow_analysis_trans_further(), apol_infoflow_analysis_trans_shortest_path(), apol_infoflow_edge_compare(), apol_infoflow_trans_define(), and apol_infoflow_trans_find_edge().

int apol_infoflow_edge::length
 

Definition at line 103 of file infoflow-analysis.c.

Referenced by apol_infoflow_analysis_trans_shortest_path(), apol_infoflow_direct_define(), apol_infoflow_graph_create_edge(), and apol_infoflow_trans_define().


The documentation for this struct was generated from the following file: