nm_matching_container_s Struct Reference
containers for matching info, used for caching More...
#include <nm_core_interface.h>
Collaboration diagram for nm_matching_container_s:

Data Fields | |
| struct nm_gtag_s * | p_gtag |
| cache of gtag | |
| struct nm_matching_wildcard_s * | p_wildcard |
| cache of matching wildcard | |
| struct nm_matching_gsession_s * | p_gsession |
| cache of matching gsession | |
| struct nm_matching_tag_s * | p_matching_tag |
| cache of matching tag | |
Detailed Description
containers for matching info, used for caching
Definition at line 380 of file nm_core_interface.h.
Field Documentation
◆ p_gsession
| struct nm_matching_gsession_s* nm_matching_container_s::p_gsession |
cache of matching gsession
Definition at line 384 of file nm_core_interface.h.
◆ p_gtag
| struct nm_gtag_s* nm_matching_container_s::p_gtag |
cache of gtag
Definition at line 382 of file nm_core_interface.h.
◆ p_matching_tag
| struct nm_matching_tag_s* nm_matching_container_s::p_matching_tag |
cache of matching tag
Definition at line 385 of file nm_core_interface.h.
◆ p_wildcard
| struct nm_matching_wildcard_s* nm_matching_container_s::p_wildcard |
cache of matching wildcard
Definition at line 383 of file nm_core_interface.h.
The documentation for this struct was generated from the following file: