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

Lines Matching refs:first

656 	int32_t from_interface_first;				/* The index of the first interface in the list */
660 int32_t to_interface_first; /* The index of the first interface in the list */
672 int32_t from_nat_interface_first; /* The index of the first interface in the list */
676 int32_t to_nat_interface_first; /* The index of the first interface in the list */
688 /* The indexes of the first interfaces in the destinaiton interface list */
2471 * Obtain a ref to the first connection instance, if any
2506 * Obtain a ref to the first mapping instance, if any
2541 * Obtain a ref to the first host instance, if any
2576 * Obtain a ref to the first listener instance, if any
2609 * Obtain a ref to the first node instance, if any
2644 * Obtain a ref to the first iface instance, if any
4950 * Return a reference to the first connection made from this mapping
4971 * Return a reference to the first connection made to this mapping
4992 * Return a reference to the first NAT connection made from this mapping
5013 * Return a reference to the first NAT connection made to this mapping
5118 * Return a reference to the first connection made from this iface
5139 * Return a reference to the first connection made to this iface
5160 * Return a reference to the first NAT connection made from this iface
5181 * Return a reference to the first NAT connection made to this iface
5286 * Return a reference to the first node made from this iface
5823 * Return a reference to the first connection for which a classifier of the given type is associated with
5835 DEBUG_TRACE("Get and ref first connection assigned with classifier type: %d\n", ca_type);
6005 * Returns the index into the interfaces[] of the first interface (so "for (i = <ret val>, i < ECM_DB_IFACE_HEIRARCHY_MAX; ++i)" works)
6032 * Returns the index into the interfaces[] of the first interface (so "for (i = <ret val>, i < ECM_DB_IFACE_HEIRARCHY_MAX; ++i)" works)
6059 * Returns the index into the interfaces[] of the first interface (so "for (i = <ret val>, i < ECM_DB_IFACE_HEIRARCHY_MAX; ++i)" works)
6086 * Returns the index into the interfaces[] of the first interface (so "for (i = <ret val>, i < ECM_DB_IFACE_HEIRARCHY_MAX; ++i)" works)
6111 * 'first' is the number returned by one of the ecm_db_connection_xx_interfaces_get_and_ref().
6114 void ecm_db_connection_interfaces_deref(struct ecm_db_iface_instance *interfaces[], int32_t first)
6117 DEBUG_ASSERT((first >= 0) && (first <= ECM_DB_IFACE_HEIRARCHY_MAX), "Bad first: %d\n", first);
6119 for (i = first; i < ECM_DB_IFACE_HEIRARCHY_MAX; ++i) {
6187 * Update the first indices
6303 * Get old first and update to new first
6349 * Get old first and update to new first
6395 * Get old first and update to new first
6441 * Get old first and update to new first
6461 int32_t first;
6464 first = ci->to_nat_interface_first;
6466 return ECM_DB_IFACE_HEIRARCHY_MAX - first;
6476 int32_t first;
6479 first = ci->from_nat_interface_first;
6481 return ECM_DB_IFACE_HEIRARCHY_MAX - first;
6491 int32_t first;
6494 first = ci->to_interface_first;
6496 return ECM_DB_IFACE_HEIRARCHY_MAX - first;
6506 int32_t first;
6509 first = ci->from_interface_first;
6511 return ECM_DB_IFACE_HEIRARCHY_MAX - first;
8595 * Return first hash index
8635 * Return first hash index
8675 * Return first hash index
8715 * Return first hash index
8755 * Return first hash index
8779 * Return first protocol number
10455 * Return the first tuple instance from the table when given a group
10568 * The function returns the heirarchies using the 'interface' pointer passed to it. It also returns the first
10606 DEBUG_WARN("%p: No memory for first interface \n", ci);
10704 DEBUG_ASSERT(ifaces_first, "Bad memory, multicast interfaces first has been already freed\n");
10726 * Check if destnation interfaces first list uphold a valid interface
10727 * first or all entries have discarded.
10966 * Obtain a ref to the first connection instance of "from list" of node, if any
11000 * Obtain a ref to the first connection instance of a "to list" of node, if any
11034 * Obtain a ref to the first connection instance of a "from_nat list" of node, if any
11068 * Obtain a ref to the first connection instance of a "to_nat list" of node, if any