Searched refs:return_ident_xlate (Results 1 - 12 of 12) sorted by relevance

/netgear-R7800-V1.0.2.28/package/simulated-driver/src/
H A Dsfe_drv.h156 __be16 return_ident_xlate; /**< Translated return ident (e.g. port) */ member in struct:sfe_ipv4_connection_rule
275 __be16 return_ident_xlate; /**< Translated return ident (e.g. port) */ member in struct:sfe_ipv4_conn_sync
H A Dsfe_drv.c349 sync_msg->return_ident_xlate = sis->dest_port_xlate;
460 sic.dest_port_xlate = msg->msg.rule_create.conn_rule.return_ident_xlate;
478 sic.dest_port_xlate = msg->msg.rule_create.conn_rule.return_ident_xlate;
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_ipv4.h137 uint32_t return_ident_xlate; /**< Translated return ident (e.g. port) */ member in struct:nss_ipv4_connection_rule
331 uint32_t return_ident_xlate; /**< Translated return ident (e.g. port) */ member in struct:nss_ipv4_conn_sync
H A Dnss_api_if.h475 uint32_t return_ident_xlate; /**< Translated return ident (e.g. port) */ member in struct:nss_ipv4_establish
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nlipv4.c319 conn->return_ident_xlate = msg->tuple.return_ident;
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_ipv4.c1581 &sync->return_ip_xlate, (int)sync->return_ident_xlate);
1594 ci = ecm_db_connection_find_and_ref(flow_ip, return_ip_xlate, sync->protocol, (int)sync->flow_ident, (int)sync->return_ident_xlate);
1597 ci = ecm_db_connection_find_and_ref(flow_ip, return_ip_xlate, sync->protocol, (int)sync->flow_ident, (int)sync->return_ident_xlate);
H A Decm_nss_non_ported_ipv4.c910 nircm->conn_rule.return_ident_xlate = ecm_db_connection_to_port_get(feci->ci);
1018 &nircm->conn_rule.return_ip_xlate, nircm->conn_rule.return_ident_xlate,
H A Decm_nss_ported_ipv4.c855 nircm->conn_rule.return_ident_xlate = ecm_db_connection_to_port_get(feci->ci);
1009 &nircm->conn_rule.return_ip_xlate, nircm->conn_rule.return_ident_xlate,
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_ipv4.c1576 &sync->return_ip_xlate, (int)sync->return_ident_xlate);
1589 ci = ecm_db_connection_find_and_ref(flow_ip, return_ip_xlate, sync->protocol, (int)ntohs(sync->flow_ident), (int)ntohs(sync->return_ident_xlate));
1592 ci = ecm_db_connection_find_and_ref(flow_ip, return_ip_xlate, sync->protocol, (int)ntohs(sync->flow_ident), (int)ntohs(sync->return_ident_xlate));
H A Decm_sfe_non_ported_ipv4.c917 nircm->conn_rule.return_ident_xlate = htons(ecm_db_connection_to_port_get(feci->ci));
1025 &nircm->conn_rule.return_ip_xlate, nircm->conn_rule.return_ident_xlate,
H A Decm_sfe_ported_ipv4.c850 nircm->conn_rule.return_ident_xlate = htons(ecm_db_connection_to_port_get(feci->ci));
1004 &nircm->conn_rule.return_ip_xlate, nircm->conn_rule.return_ident_xlate,
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/capwapmgr/
H A Dnss_capwapmgr.c742 nircm->conn_rule.return_ident_xlate = (uint32_t)unic->dest_port_xlate;
744 nircm->tuple.return_ident != nircm->conn_rule.return_ident_xlate) {

Completed in 75 milliseconds