Searched refs:return_ident (Results 1 - 22 of 22) sorted by relevance

/netgear-R7800-V1.0.2.28/package/simulated-driver/src/
H A Dsfe_drv.h124 __be16 return_ident; /**< Return ident (e.g. TCP/UDP port) */ member in struct:sfe_ipv4_5tuple
136 __be16 return_ident; /**< Return ident (e.g. TCP/UDP port) */ member in struct:sfe_ipv6_5tuple
274 __be16 return_ident; /**< Return ident (e.g. port) */ member in struct:sfe_ipv4_conn_sync
364 __be16 return_ident; /**< Return ident (e.g. port) */ member in struct:sfe_ipv6_conn_sync
H A Dsfe_drv.c348 sync_msg->return_ident = sis->dest_port;
458 sic.dest_port = msg->msg.rule_create.tuple.return_ident;
476 sic.dest_port = msg->msg.rule_create.tuple.return_ident;
584 sid.dest_port = msg->msg.rule_destroy.tuple.return_ident;
727 sync_msg->return_ident = sis->dest_port;
836 sic.dest_port = msg->msg.rule_create.tuple.return_ident;
838 sic.dest_port_xlate = msg->msg.rule_create.tuple.return_ident;
854 sic.dest_port = msg->msg.rule_create.tuple.return_ident;
856 sic.dest_port_xlate = msg->msg.rule_create.tuple.return_ident;
959 sid.dest_port = msg->msg.rule_destroy.tuple.return_ident;
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_ipv6.h170 uint32_t return_ident; /**< Return ident (e.g. TCP/UDP port) */ member in struct:nss_ipv6_5tuple
376 uint32_t return_ident; /**< Return ident (e.g. port) */ member in struct:nss_ipv6_conn_sync
H A Dnss_ipv4.h119 uint32_t return_ident; /**< Return ident (e.g. TCP/UDP port) */ member in struct:nss_ipv4_5tuple
330 uint32_t return_ident; /**< Return ident (e.g. port) */ member in struct:nss_ipv4_conn_sync
H A Dnss_api_if.h474 uint32_t return_ident; /**< Return ident (e.g. port) */ member in struct:nss_ipv4_establish
569 uint32_t return_ident; /**< Return ident (e.g. port) */ member in struct:nss_ipv6_establish
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nlipv4.c259 if (ident_check && (!tuple->flow_ident || !tuple->return_ident)) {
260 nss_nl_info("Empty idents flow port:%d return port:%d\n", tuple->flow_ident, tuple->return_ident);
319 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_multicast_ipv4.c190 DEBUG_TRACE("%p: return_ip: %pI4h:%d\n", nmci, &nircm->tuple.return_ip, nircm->tuple.return_ident);
250 DEBUG_TRACE("%p: return_ip: %pI4h:%d\n", nmci, &nircm->tuple.return_ip, nircm->tuple.return_ident);
729 create->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
758 &create->tuple.return_ip, create->tuple.return_ident,
1291 create->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
1341 &create->tuple.return_ip, create->tuple.return_ident,
1483 DEBUG_TRACE("%p: return_ip: %pI4h:%d\n", nmci, &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
1619 nirdm->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
1627 &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
H A Decm_nss_non_ported_ipv4.c235 DEBUG_TRACE("%p: return_ip: %pI4h:%d\n", nnpci, &nircm->tuple.return_ip, nircm->tuple.return_ident);
908 nircm->tuple.return_ident = ecm_db_connection_to_port_nat_get(feci->ci);
1016 &nircm->tuple.return_ip, nircm->tuple.return_ident,
1172 DEBUG_TRACE("%p: return_ip: %pI4h:%d\n", nnpci, &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
1316 nirdm->tuple.return_ident = ecm_db_connection_to_port_nat_get(feci->ci);
1324 &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
H A Decm_nss_non_ported_ipv6.c166 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", nnpci, ECM_IP_ADDR_TO_OCTAL(return_ip), nircm->tuple.return_ident);
827 nircm->tuple.return_ident = ecm_db_connection_to_port_nat_get(feci->ci);
904 ECM_IP_ADDR_TO_OCTAL(dest_ip), nircm->tuple.return_ident,
1063 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", nnpci, ECM_IP_ADDR_TO_OCTAL(return_ip), nirdm->tuple.return_ident);
1208 nirdm->tuple.return_ident = ecm_db_connection_to_port_nat_get(feci->ci);
1215 ECM_IP_ADDR_TO_OCTAL(dest_ip), nirdm->tuple.return_ident);
H A Decm_nss_ported_ipv6.c186 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", npci, ECM_IP_ADDR_TO_OCTAL(return_ip), nircm->tuple.return_ident);
840 nircm->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
957 ECM_IP_ADDR_TO_OCTAL(dest_ip), nircm->tuple.return_ident,
1135 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", npci, ECM_IP_ADDR_TO_OCTAL(return_ip), nirdm->tuple.return_ident);
1270 nirdm->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
1278 ECM_IP_ADDR_TO_OCTAL(dest_ip), nirdm->tuple.return_ident);
H A Decm_nss_multicast_ipv6.c195 //DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", nmci, ECM_IP_ADDR_TO_OCTAL(return_ip), nircm->tuple.return_ident);
260 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", nmci, ECM_IP_ADDR_TO_OCTAL(return_ip), nircm->tuple.return_ident);
739 create->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
767 ECM_IP_ADDR_TO_OCTAL(create->tuple.return_ip), create->tuple.return_ident,
1246 create->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
1293 ECM_IP_ADDR_TO_OCTAL(create->tuple.return_ip), create->tuple.return_ident,
1436 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", nmci, ECM_IP_ADDR_TO_OCTAL(return_ip), nirdm->tuple.return_ident);
1572 nirdm->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
1579 ECM_IP_ADDR_TO_OCTAL(dest_ip), nirdm->tuple.return_ident);
H A Decm_front_end_ipv6.c1298 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", fecti, ECM_IP_ADDR_TO_OCTAL(return_ip), nircm->tuple.return_ident);
1934 nircm->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
2052 ECM_IP_ADDR_TO_OCTAL(dest_ip), nircm->tuple.return_ident,
2203 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", fecti, ECM_IP_ADDR_TO_OCTAL(return_ip), nirdm->tuple.return_ident);
2338 nirdm->tuple.return_ident = ecm_db_connection_to_port_get(feci->ci);
2345 ECM_IP_ADDR_TO_OCTAL(dest_ip), nirdm->tuple.return_ident);
2759 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", fecui, ECM_IP_ADDR_TO_OCTAL(return_ip), nircm->tuple.return_ident);
3395 nircm->tuple.return_ident = ecm_db_connection_to_port_nat_get(feci->ci);
3469 ECM_IP_ADDR_TO_OCTAL(dest_ip), nircm->tuple.return_ident,
3612 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", fecui, ECM_IP_ADDR_TO_OCTAL(return_ip), nirdm->tuple.return_ident);
[all...]
H A Decm_nss_ported_ipv4.c180 DEBUG_TRACE("%p: return_ip: %pI4h:%d\n", npci, &nircm->tuple.return_ip, nircm->tuple.return_ident);
853 nircm->tuple.return_ident = ecm_db_connection_to_port_nat_get(feci->ci);
1007 &nircm->tuple.return_ip, nircm->tuple.return_ident,
1191 DEBUG_TRACE("%p: return_ip: %pI4h:%d\n", npci, &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
1326 nirdm->tuple.return_ident = ecm_db_connection_to_port_nat_get(feci->ci);
1334 &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
H A Decm_nss_ipv6.c1310 ECM_IP_ADDR_TO_OCTAL(return_ip), (int)sync->return_ident);
1312 ci = ecm_db_connection_find_and_ref(flow_ip, return_ip, sync->protocol, (int)sync->flow_ident, (int)sync->return_ident);
1514 tuple.dst.u.all = (__be16)htons(sync->return_ident);
H A Decm_nss_ipv4.c1592 ci = ecm_db_connection_find_and_ref(flow_ip, return_ip, sync->protocol, (int)sync->flow_ident, (int)sync->return_ident);
1801 tuple.dst.u.all = (__be16)htons(sync->return_ident);
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_non_ported_ipv4.c235 DEBUG_TRACE("%p: return_ip: %pI4n:%d\n", nnpci, &nircm->tuple.return_ip, nircm->tuple.return_ident);
915 nircm->tuple.return_ident = htons(ecm_db_connection_to_port_nat_get(feci->ci));
1023 &nircm->tuple.return_ip, nircm->tuple.return_ident,
1179 DEBUG_TRACE("%p: return_ip: %pI4n:%d\n", nnpci, &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
1323 nirdm->tuple.return_ident = htons(ecm_db_connection_to_port_nat_get(feci->ci));
1331 &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
H A Decm_sfe_non_ported_ipv6.c166 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", nnpci, ECM_IP_ADDR_TO_OCTAL(return_ip), nircm->tuple.return_ident);
834 nircm->tuple.return_ident = htons(ecm_db_connection_to_port_nat_get(feci->ci));
911 ECM_IP_ADDR_TO_OCTAL(dest_ip), nircm->tuple.return_ident,
1070 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", nnpci, ECM_IP_ADDR_TO_OCTAL(return_ip), nirdm->tuple.return_ident);
1215 nirdm->tuple.return_ident = htons(ecm_db_connection_to_port_nat_get(feci->ci));
1222 ECM_IP_ADDR_TO_OCTAL(dest_ip), nirdm->tuple.return_ident);
H A Decm_sfe_ported_ipv6.c186 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", npci, ECM_IP_ADDR_TO_OCTAL(return_ip), nircm->tuple.return_ident);
835 nircm->tuple.return_ident = htons(ecm_db_connection_to_port_get(feci->ci));
952 ECM_IP_ADDR_TO_OCTAL(dest_ip), nircm->tuple.return_ident,
1130 DEBUG_TRACE("%p: return_ip: " ECM_IP_ADDR_OCTAL_FMT ":%d\n", npci, ECM_IP_ADDR_TO_OCTAL(return_ip), nirdm->tuple.return_ident);
1265 nirdm->tuple.return_ident = htons(ecm_db_connection_to_port_get(feci->ci));
1273 ECM_IP_ADDR_TO_OCTAL(dest_ip), nirdm->tuple.return_ident);
H A Decm_sfe_ported_ipv4.c180 DEBUG_TRACE("%p: return_ip: %pI4n:%d\n", npci, &nircm->tuple.return_ip, nircm->tuple.return_ident);
848 nircm->tuple.return_ident = htons(ecm_db_connection_to_port_nat_get(feci->ci));
1002 &nircm->tuple.return_ip, nircm->tuple.return_ident,
1186 DEBUG_TRACE("%p: return_ip: %pI4n:%d\n", npci, &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
1321 nirdm->tuple.return_ident = htons(ecm_db_connection_to_port_nat_get(feci->ci));
1329 &nirdm->tuple.return_ip, nirdm->tuple.return_ident);
H A Decm_sfe_ipv6.c1308 ECM_IP_ADDR_TO_OCTAL(return_ip), (int)sync->return_ident);
1310 ci = ecm_db_connection_find_and_ref(flow_ip, return_ip, sync->protocol, (int)ntohs(sync->flow_ident), (int)ntohs(sync->return_ident));
1496 tuple.dst.u.all = sync->return_ident;
H A Decm_sfe_ipv4.c1587 ci = ecm_db_connection_find_and_ref(flow_ip, return_ip, sync->protocol, (int)ntohs(sync->flow_ident), (int)ntohs(sync->return_ident));
1781 tuple.dst.u.all = sync->return_ident;
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/capwapmgr/
H A Dnss_capwapmgr.c599 nirdm->tuple.return_ident = (uint32_t)unid->dest_port;
671 nirdm->tuple.return_ident = (uint32_t)unid->dest_port;
729 nircm->tuple.return_ident = (uint32_t)unic->dest_port;
744 nircm->tuple.return_ident != nircm->conn_rule.return_ident_xlate) {
869 nircm->tuple.return_ident = (uint32_t)unic->dest_port;

Completed in 198 milliseconds