Searched refs:egress_vlan_tag (Results 1 - 17 of 17) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_api_if.h256 uint16_t egress_vlan_tag; /**< Egress VLAN tag expected for this flow */ member in struct:nss_ipv4_create
359 uint16_t egress_vlan_tag; /**< Egress VLAN tag expected for this flow */ member in struct:nss_ipv6_create
481 uint16_t egress_vlan_tag; /**< Egress VLAN tag */ member in struct:nss_ipv4_establish
575 uint16_t egress_vlan_tag; /**< Egress VLAN tag */ member in struct:nss_ipv6_establish
H A Dnss_ipv6.h214 uint32_t egress_vlan_tag; /**< VLAN Tag for egress packets */ member in struct:nss_ipv6_vlan_rule
299 uint32_t egress_vlan_tag[MAX_VLAN_DEPTH]; /**< VLAN Tag stack for the egress packets */ member in struct:nss_ipv6_mc_if_rule
H A Dnss_ipv4.h164 uint32_t egress_vlan_tag; /**< VLAN Tag for egress packets */ member in struct:nss_ipv4_vlan_rule
250 uint32_t egress_vlan_tag[MAX_VLAN_DEPTH]; /**< VLAN Tag stack for the egress packets */ member in struct:nss_ipv4_mc_if_rule
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_multicast_ipv4.c500 create->if_rule[vif].egress_vlan_tag[0] = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
501 create->if_rule[vif].egress_vlan_tag[1] = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
623 create->if_rule[valid_vif_idx].egress_vlan_tag[interface_type_counts[ii_type]] = ((vlan_info.vlan_tpid << 16) | vlan_info.vlan_tag);
634 DEBUG_TRACE("%p: vlan tag: %x\n", nmci, create->if_rule[valid_vif_idx].egress_vlan_tag[interface_type_counts[ii_type]]);
761 create->if_rule[vif].egress_vlan_tag[0],
762 create->if_rule[vif].egress_vlan_tag[1]);
1036 create->if_rule[vif].egress_vlan_tag[0] = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
1037 create->if_rule[vif].egress_vlan_tag[1] = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
1160 create->if_rule[valid_vif_idx].egress_vlan_tag[interface_type_counts[ii_type]] = ((vlan_info.vlan_tpid << 16) | vlan_info.vlan_tag);
1165 create->if_rule[valid_vif_idx].egress_vlan_tag[interface_type_count
[all...]
H A Decm_nss_multicast_ipv6.c505 create->if_rule[vif].egress_vlan_tag[0] = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
506 create->if_rule[vif].egress_vlan_tag[1] = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
630 create->if_rule[valid_vif_idx].egress_vlan_tag[interface_type_counts[ii_type]] = ((vlan_info.vlan_tpid << 16) | vlan_info.vlan_tag);
641 DEBUG_TRACE("%p: vlan tag: %x\n", nmci, create->if_rule[valid_vif_idx].egress_vlan_tag[interface_type_counts[ii_type]]);
771 create->if_rule[vif].egress_vlan_tag[0],
772 create->if_rule[vif].egress_vlan_tag[1]);
1013 create->if_rule[vif].egress_vlan_tag[0] = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
1014 create->if_rule[vif].egress_vlan_tag[1] = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
1131 create->if_rule[valid_vif_idx].egress_vlan_tag[interface_type_counts[ii_type]] = ((vlan_info.vlan_tpid << 16) | vlan_info.vlan_tag);
1136 create->if_rule[valid_vif_idx].egress_vlan_tag[interface_type_count
[all...]
H A Decm_nss_non_ported_ipv4.c452 nircm->vlan_primary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
454 nircm->vlan_secondary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
786 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
788 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
1024 nircm->vlan_primary_rule.egress_vlan_tag,
1026 nircm->vlan_secondary_rule.egress_vlan_tag,
H A Decm_nss_non_ported_ipv6.c388 nircm->vlan_primary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
390 nircm->vlan_secondary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
723 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
725 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
910 nircm->vlan_primary_rule.egress_vlan_tag,
912 nircm->vlan_secondary_rule.egress_vlan_tag,
H A Decm_nss_ported_ipv6.c388 nircm->vlan_primary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
390 nircm->vlan_secondary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
734 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
736 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
963 nircm->vlan_primary_rule.egress_vlan_tag,
965 nircm->vlan_secondary_rule.egress_vlan_tag,
H A Decm_front_end_ipv6.c1494 nircm->vlan_primary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
1496 nircm->vlan_secondary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
1830 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
1832 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
2058 nircm->vlan_primary_rule.egress_vlan_tag,
2060 nircm->vlan_secondary_rule.egress_vlan_tag,
2954 nircm->vlan_primary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
2956 nircm->vlan_secondary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
3291 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
3293 nircm->vlan_secondary_rule.egress_vlan_tag
[all...]
H A Decm_nss_ported_ipv4.c383 nircm->vlan_primary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
385 nircm->vlan_secondary_rule.egress_vlan_tag = ECM_NSS_CONNMGR_VLAN_ID_NOT_CONFIGURED;
729 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
731 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
1015 nircm->vlan_primary_rule.egress_vlan_tag,
1017 nircm->vlan_secondary_rule.egress_vlan_tag,
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nlipv4.c445 vlan_outer->egress_vlan_tag = NSS_NLIPV4_VLAN_ID_NOT_CONFIGURED;
448 vlan_inner->egress_vlan_tag = NSS_NLIPV4_VLAN_ID_NOT_CONFIGURED;
/netgear-R7800-V1.0.2.28/package/simulated-driver/src/
H A Dsfe_drv.h220 uint32_t egress_vlan_tag; /**< VLAN Tag for egress packets */ member in struct:sfe_vlan_rule
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_non_ported_ipv4.c452 nircm->vlan_primary_rule.egress_vlan_tag = SFE_VLAN_ID_NOT_CONFIGURED;
454 nircm->vlan_secondary_rule.egress_vlan_tag = SFE_VLAN_ID_NOT_CONFIGURED;
793 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
795 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
1031 nircm->vlan_primary_rule.egress_vlan_tag,
1033 nircm->vlan_secondary_rule.egress_vlan_tag,
H A Decm_sfe_non_ported_ipv6.c388 nircm->vlan_primary_rule.egress_vlan_tag = SFE_VLAN_ID_NOT_CONFIGURED;
390 nircm->vlan_secondary_rule.egress_vlan_tag = SFE_VLAN_ID_NOT_CONFIGURED;
730 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
732 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
917 nircm->vlan_primary_rule.egress_vlan_tag,
919 nircm->vlan_secondary_rule.egress_vlan_tag,
H A Decm_sfe_ported_ipv6.c388 nircm->vlan_primary_rule.egress_vlan_tag = SFE_VLAN_ID_NOT_CONFIGURED;
390 nircm->vlan_secondary_rule.egress_vlan_tag = SFE_VLAN_ID_NOT_CONFIGURED;
729 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
731 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
958 nircm->vlan_primary_rule.egress_vlan_tag,
960 nircm->vlan_secondary_rule.egress_vlan_tag,
H A Decm_sfe_ported_ipv4.c383 nircm->vlan_primary_rule.egress_vlan_tag = SFE_VLAN_ID_NOT_CONFIGURED;
385 nircm->vlan_secondary_rule.egress_vlan_tag = SFE_VLAN_ID_NOT_CONFIGURED;
724 nircm->vlan_primary_rule.egress_vlan_tag = vlan_value;
726 nircm->vlan_secondary_rule.egress_vlan_tag = vlan_value;
1010 nircm->vlan_primary_rule.egress_vlan_tag,
1012 nircm->vlan_secondary_rule.egress_vlan_tag,
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/capwapmgr/
H A Dnss_capwapmgr.c775 nircm->vlan_primary_rule.egress_vlan_tag = unic->out_vlan_tag[0];
777 nircm->vlan_secondary_rule.egress_vlan_tag = unic->out_vlan_tag[1];
917 nircm->vlan_primary_rule.egress_vlan_tag = unic->out_vlan_tag[0];
919 nircm->vlan_secondary_rule.egress_vlan_tag = unic->out_vlan_tag[1];

Completed in 200 milliseconds