Searched refs:dst_ip (Results 1 - 7 of 7) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/fal/
H A Dfal_flowcookie.h29 __be16 src_port, __be32 dst_ip,
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_classifier_nl.h66 union ecm_cl_nl_genl_attr_ip dst_ip; member in struct:ecm_cl_nl_genl_attr_tuple
H A Decm_classifier_nl.c217 ip_addr_t dst_ip,
227 ECM_IP_ADDR_TO_NIN4_ADDR(tuple->dst_ip.in.s_addr, dst_ip);
234 ECM_IP_ADDR_TO_NIN6_ADDR(tuple->dst_ip.in6, dst_ip);
249 ip_addr_t dst_ip,
257 ECM_NIN4_ADDR_TO_IP_ADDR(dst_ip, tuple->dst_ip.in.s_addr);
263 ECM_NIN6_ADDR_TO_IP_ADDR(dst_ip, tuple->dst_ip
212 ecm_cl_nl_genl_attr_tuple_encode(struct ecm_cl_nl_genl_attr_tuple *tuple, int ip_version, int proto, ip_addr_t src_ip, int src_port, ip_addr_t dst_ip, int dst_port) argument
245 ecm_cl_nl_genl_attr_tuple_decode(struct ecm_cl_nl_genl_attr_tuple *tuple, int *proto, ip_addr_t src_ip, int *src_port, ip_addr_t dst_ip, int *dst_port) argument
283 ip_addr_t dst_ip; local
348 ecm_classifier_nl_genl_msg_closed(struct ecm_db_connection_instance *ci, struct ecm_classifier_nl_instance *cnli, int proto, ip_addr_t src_ip, ip_addr_t dst_ip, int src_port, int dst_port) argument
394 ip_addr_t dst_ip; local
893 ip_addr_t dst_ip; local
992 ip_addr_t dst_ip; local
[all...]
H A Decm_classifier_pcc.c638 ip_addr_t dst_ip; local
752 ecm_db_connection_to_address_get(ci, dst_ip);
765 ECM_IP_ADDR_TO_NIN4_ADDR(dest_ip4, dst_ip);
773 ECM_IP_ADDR_TO_NIN6_ADDR(dest_ip6, dst_ip);
/netgear-R7800-V1.0.2.28/package/shortcut-fe/src/
H A Dsfe.h77 __be32 dst_ip, __be16 dst_port, u16 flow_cookie);
97 __be32 dst_ip[4], __be16 dst_port, u16 flow_cookie);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/
H A Dnapt_helper.c226 uint32_t dst_ip; local
238 dst_ip = rep_tuple->dst.u3.ip;
239 dev = ip_dev_find(&init_net, dst_ip);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/fal/
H A Dfal_nat.c1293 __be16 src_port, __be32 dst_ip,
1303 flow_cookie.dst_addr = ntohl(dst_ip);
1291 ssdk_flow_cookie_set( u32 protocol, __be32 src_ip, __be16 src_port, __be32 dst_ip, __be16 dst_port, u16 flowcookie) argument

Completed in 76 milliseconds