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

/netgear-R7800-V1.0.2.28/package/simulated-driver/src/
H A Dsfe_drv.h154 __be32 return_ip_xlate; /**< Translated return IP address */ member in struct:sfe_ipv4_connection_rule
273 __be32 return_ip_xlate; /**< Translated return IP address */ member in struct:sfe_ipv4_conn_sync
H A Dsfe_drv.c347 sync_msg->return_ip_xlate = sis->dest_ip_xlate.ip;
446 sic.dest_ip_xlate.ip = msg->msg.rule_create.conn_rule.return_ip_xlate;
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_ipv4.h135 uint32_t return_ip_xlate; /**< Translated return IP address */ member in struct:nss_ipv4_connection_rule
329 uint32_t return_ip_xlate; /**< Translated return IP address */ member in struct:nss_ipv4_conn_sync
H A Dnss_api_if.h473 uint32_t return_ip_xlate; /**< Translated return IP address */ member in struct:nss_ipv4_establish
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_ipv4.c1562 ip_addr_t return_ip_xlate; local
1581 &sync->return_ip_xlate, (int)sync->return_ident_xlate);
1584 ECM_HIN4_ADDR_TO_IP_ADDR(return_ip_xlate, sync->return_ip_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.c902 ECM_IP_ADDR_TO_HIN4_ADDR(nircm->conn_rule.return_ip_xlate, addr);
1018 &nircm->conn_rule.return_ip_xlate, nircm->conn_rule.return_ident_xlate,
H A Decm_nss_ported_ipv4.c847 ECM_IP_ADDR_TO_HIN4_ADDR(nircm->conn_rule.return_ip_xlate, addr);
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.c1548 ip_addr_t return_ip_xlate; local
1576 &sync->return_ip_xlate, (int)sync->return_ident_xlate);
1579 ECM_NIN4_ADDR_TO_IP_ADDR(return_ip_xlate, sync->return_ip_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.c909 ECM_IP_ADDR_TO_NIN4_ADDR(nircm->conn_rule.return_ip_xlate, addr);
1025 &nircm->conn_rule.return_ip_xlate, nircm->conn_rule.return_ident_xlate,
H A Decm_sfe_ported_ipv4.c842 ECM_IP_ADDR_TO_NIN4_ADDR(nircm->conn_rule.return_ip_xlate, addr);
1004 &nircm->conn_rule.return_ip_xlate, nircm->conn_rule.return_ident_xlate,
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nlipv4.c318 conn->return_ip_xlate = msg->tuple.return_ip;
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/capwapmgr/
H A Dnss_capwapmgr.c741 nircm->conn_rule.return_ip_xlate = unic->dest_ip_xlate;
743 if (nircm->tuple.return_ip != nircm->conn_rule.return_ip_xlate ||

Completed in 241 milliseconds