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

Lines Matching defs:in_dev

659 							struct net_device *in_dev, struct net_device *in_dev_nat,
699 out_dev = in_dev;
700 in_dev = tmp_dev;
735 from_list_first = ecm_interface_heirarchy_construct(feci, from_list, ip_dest_addr, ip_src_addr, 4, protocol, in_dev, is_routed, in_dev, src_node_addr, dest_node_addr, layer4hdr);
745 from_nat_list_first = ecm_interface_heirarchy_construct(feci, from_nat_list, ip_dest_addr, ip_src_addr_nat, 4, protocol, in_dev, is_routed, in_dev, src_node_addr_nat, dest_node_addr_nat, layer4hdr);
757 to_list_first = ecm_interface_heirarchy_construct(feci, to_list, ip_src_addr, ip_dest_addr, 4, protocol, out_dev, is_routed, in_dev, dest_node_addr, src_node_addr, layer4hdr);
766 to_nat_list_first = ecm_interface_heirarchy_construct(feci, to_nat_list, ip_src_addr, ip_dest_addr_nat, 4, protocol, out_dev_nat, is_routed, in_dev, dest_node_addr_nat, src_node_addr_nat, layer4hdr);
845 static unsigned int ecm_nss_ipv4_ip_process(struct net_device *out_dev, struct net_device *in_dev,
939 in_dev,
994 * in_dev would be br-lan - i.e. the device of ip_src_addr
1016 * in_dev would be eth0 - i.e. the device of ip_src_addr
1018 * in_dev_nat would be eth0 - i.e. in_dev, the device of ip_src_addr_nat
1019 * out_dev_nat would be eth0 - i.e. in_dev, the device of ip_dest_addr_nat
1039 * in_dev would be eth0 - i.e. the device of ip_src_addr
1041 * in_dev_nat would be eth0 - i.e. in_dev, the device of ip_src_addr_nat
1042 * out_dev_nat would be eth0 - i.e. in_dev, the device of ip_dest_addr_nat
1060 * in_dev would be br-lan - i.e. the device of ip_src_addr
1084 * in_dev would be eth1 - i.e. the device of ip_src_addr
1086 * in_dev_nat would be eth1 - i.e. in_dev, the device of ip_src_addr_nat
1105 * in_dev would be eth2 - i.e. the device of ip_src_addr
1107 * in_dev_nat would be eth2 - i.e. in_dev, the device of ip_src_addr_nat
1145 in_dev_nat = in_dev;
1146 out_dev_nat = in_dev;
1161 in_dev_nat = in_dev;
1180 in_dev_nat = in_dev;
1181 out_dev_nat = in_dev;
1212 in_dev_nat = in_dev;
1242 in_dev, in_dev_nat,
1253 in_dev, in_dev_nat,