Searched refs:aci_type (Results 1 - 15 of 15) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_ipv6.c582 ecm_classifier_type_t aci_type; local
586 aci_type = aci->type_get(aci);
587 DEBUG_TRACE("%p: Reclassify: %d\n", ci, aci_type);
594 if (aci_type == classifier_type) {
599 * Need to instantiate the missing classifier types until we get to the same type as aci_type then we are back in sync to continue reclassification
601 while (classifier_type != aci_type) {
H A Decm_sfe_ipv4.c579 ecm_classifier_type_t aci_type; local
583 aci_type = aci->type_get(aci);
584 DEBUG_TRACE("%p: Reclassify: %d\n", ci, aci_type);
591 if (aci_type == classifier_type) {
596 * Need to instantiate the missing classifier types until we get to the same type as aci_type then we are back in sync to continue reclassification
598 while (classifier_type != aci_type) {
H A Decm_sfe_non_ported_ipv4.c2194 ecm_classifier_type_t aci_type; local
2199 aci_type = aci->type_get(aci);
2200 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
2204 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
H A Decm_sfe_non_ported_ipv6.c1957 ecm_classifier_type_t aci_type; local
1962 aci_type = aci->type_get(aci);
1963 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
1967 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
H A Decm_sfe_ported_ipv6.c2130 ecm_classifier_type_t aci_type;
2135 aci_type = aci->type_get(aci);
2136 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
2140 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
H A Decm_sfe_ported_ipv4.c2329 ecm_classifier_type_t aci_type;
2334 aci_type = aci->type_get(aci);
2335 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
2339 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_ipv4.c595 ecm_classifier_type_t aci_type; local
599 aci_type = aci->type_get(aci);
600 DEBUG_TRACE("%p: Reclassify: %d\n", ci, aci_type);
607 if (aci_type == classifier_type) {
612 * Need to instantiate the missing classifier types until we get to the same type as aci_type then we are back in sync to continue reclassification
614 while (classifier_type != aci_type) {
H A Decm_nss_ipv6.c600 ecm_classifier_type_t aci_type; local
604 aci_type = aci->type_get(aci);
605 DEBUG_TRACE("%p: Reclassify: %d\n", ci, aci_type);
612 if (aci_type == classifier_type) {
617 * Need to instantiate the missing classifier types until we get to the same type as aci_type then we are back in sync to continue reclassification
619 while (classifier_type != aci_type) {
H A Decm_front_end_ipv6.c5624 ecm_classifier_type_t aci_type;
5628 aci_type = aci->type_get(aci);
5629 DEBUG_TRACE("%p: Reclassify: %d\n", ci, aci_type);
5636 if (aci_type == classifier_type) {
5641 * Need to instantiate the missing classifier types until we get to the same type as aci_type then we are back in sync to continue reclassification
5643 while (classifier_type != aci_type) {
6210 ecm_classifier_type_t aci_type;
6215 aci_type = aci->type_get(aci);
6216 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
6220 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
[all...]
H A Decm_nss_non_ported_ipv4.c2187 ecm_classifier_type_t aci_type; local
2192 aci_type = aci->type_get(aci);
2193 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
2197 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
H A Decm_nss_non_ported_ipv6.c1950 ecm_classifier_type_t aci_type; local
1955 aci_type = aci->type_get(aci);
1956 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
1960 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
H A Decm_nss_ported_ipv6.c2135 ecm_classifier_type_t aci_type;
2140 aci_type = aci->type_get(aci);
2141 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
2145 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
H A Decm_nss_multicast_ipv4.c2903 ecm_classifier_type_t aci_type; local
2908 aci_type = aci->type_get(aci);
2909 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
2913 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
H A Decm_nss_multicast_ipv6.c2728 ecm_classifier_type_t aci_type; local
2733 aci_type = aci->type_get(aci);
2734 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
2738 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);
H A Decm_nss_ported_ipv4.c2374 ecm_classifier_type_t aci_type;
2379 aci_type = aci->type_get(aci);
2380 if (aci_type == ECM_CLASSIFIER_TYPE_DEFAULT) {
2384 DEBUG_INFO("%p: Classifier not relevant, unassign: %d", ci, aci_type);

Completed in 190 milliseconds