• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/

Lines Matching refs:src

268  * We will use the given src/dest devices when is_routed is false.
1547 * Start with the 'from' (src) side.
1551 DEBUG_TRACE("%p: Examine from/src heirarchy list\n", fecti);
1710 DEBUG_WARN("%p: from/src Rule invalid\n", fecti);
1877 DEBUG_WARN("%p: from/src Rule invalid\n", fecti);
3007 * Start with the 'from' (src) side.
3011 DEBUG_TRACE("%p: Examine from/src heirarchy list\n", fecui);
3171 DEBUG_WARN("%p: from/src Rule invalid\n", fecui);
4437 * Start with the 'from' (src) side.
4441 DEBUG_TRACE("%p: Examine from/src heirarchy list\n", fecnpi);
4600 DEBUG_WARN("%p: from/src Rule invalid\n", fecnpi);
5856 orig_tuple->src.u.tcp.port = tcp_hdr->source;
5858 reply_tuple->src.u.tcp.port = tcp_hdr->dest;
5870 src_port = ntohs(orig_tuple->src.u.tcp.port);
5880 dest_port = ntohs(orig_tuple->src.u.tcp.port);
5888 DEBUG_TRACE("TCP src: " ECM_IP_ADDR_OCTAL_FMT ":%d, dest: " ECM_IP_ADDR_OCTAL_FMT ":%d, dir %d\n",
5975 * Get the src and destination mappings
5977 * GGG TODO rework terms of "src/dest" - these need to be named consistently as from/to as per database terms.
6003 DEBUG_WARN("Failed to establish src mapping\n");
6395 orig_tuple->src.u.udp.port = udp_hdr->source;
6397 reply_tuple->src.u.udp.port = udp_hdr->dest;
6409 src_port = ntohs(orig_tuple->src.u.udp.port);
6419 dest_port = ntohs(orig_tuple->src.u.udp.port);
6426 DEBUG_TRACE("UDP src: " ECM_IP_ADDR_OCTAL_FMT ":%d, dest: " ECM_IP_ADDR_OCTAL_FMT ":%d, dir %d\n",
6502 * Get the src and destination mappings
6504 * GGG TODO rework terms of "src/dest" - these need to be named consistently as from/to as per database terms.
6530 DEBUG_WARN("Failed to establish src mapping\n");
6893 DEBUG_TRACE("Non-ported protocol src: " ECM_IP_ADDR_OCTAL_FMT ", dest: " ECM_IP_ADDR_OCTAL_FMT "\n",
6985 * Get the src and destination mappings
6987 * GGG TODO rework terms of "src/dest" - these need to be named consistently as from/to as per database terms.
7013 DEBUG_WARN("Failed to establish src mapping\n");
7389 ECM_IP_ADDR_TO_NIN6_ADDR(orig_tuple.src.u3.in6, ip_hdr.src_addr);
7392 ECM_IP_ADDR_TO_NIN6_ADDR(reply_tuple.src.u3.in6, ip_hdr.dest_addr);
7428 * We can use the IP src/dest information and the direction information.
7453 ECM_NIN6_ADDR_TO_IP_ADDR(ip_src_addr, orig_tuple.src.u3.in6);
7458 ECM_NIN6_ADDR_TO_IP_ADDR(ip_src_addr, orig_tuple.src.u3.in6);
7465 ECM_NIN6_ADDR_TO_IP_ADDR(ip_dest_addr, orig_tuple.src.u3.in6);
7470 ECM_NIN6_ADDR_TO_IP_ADDR(ip_dest_addr, orig_tuple.src.u3.in6);
7477 DEBUG_TRACE("IP Packet src: " ECM_IP_ADDR_OCTAL_FMT "dst: " ECM_IP_ADDR_OCTAL_FMT " protocol: %u, sender: %d ecm_dir: %d\n",
7484 * NOTE: Only need to check the non-nat src/dest addresses here.
7743 * For routed packets the skb will have the src mac matching the bridge mac.
7999 ECM_IP_ADDR_TO_NIN6_ADDR(tuple.src.u3.in6, flow_ip)
8000 tuple.src.u.all = (__be16)htons(sync->flow_ident);
8001 tuple.src.l3num = AF_INET6;
8013 ECM_IP_ADDR_TO_OCTAL(flow_ip), (int)tuple.src.u.all,
8142 ECM_NIN6_ADDR_TO_IP_ADDR(host1_addr, orig_tuple.src.u3.in6);
8143 ECM_NIN6_ADDR_TO_IP_ADDR(host2_addr, reply_tuple.src.u3.in6);
8146 host1_port = ntohs(orig_tuple.src.u.tcp.port);
8147 host2_port = ntohs(reply_tuple.src.u.tcp.port);
8149 host1_port = ntohs(orig_tuple.src.u.udp.port);
8150 host2_port = ntohs(reply_tuple.src.u.udp.port);
8159 DEBUG_TRACE("%p: lookup src: " ECM_IP_ADDR_OCTAL_FMT ":%d, "