Searched refs:node (Results 26 - 37 of 37) sorted by relevance

12

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Dpci.h82 struct list_head node; member in struct:pci_sys_data
/netgear-R7800-V1.0.2.28/package/openvpn/files/
H A Dopenvpn.download39 dev-node NETGEAR-VPN
/netgear-R7800-V1.0.2.28/package/qca-nss-crypto/src/tool/
H A Dnss_crypto_bench.c294 struct list_head node; member in struct:crypto_op
519 op = list_first_entry(&op_head, struct crypto_op, node);
521 list_del(&op->node);
691 list_add_tail(&op->node, &op_head);
751 op = list_entry(ptr, struct crypto_op, node);
801 op = list_entry(ptr, struct crypto_op, node);
/netgear-R7800-V1.0.2.28/package/simulated-driver/src/
H A Dsfe_drv.c75 struct list_head node; member in struct:sfe_drv_response_msg
202 while ((response = list_first_entry_or_null(&sfe_drv_ctx->msg_queue, struct sfe_drv_response_msg, node))) {
203 list_del(&response->node);
284 list_add_tail(&response->node, &sfe_drv_ctx->msg_queue);
/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Dx509.h519 * \param node a x509 node for write into
523 int x509write_serialize_key( rsa_context *rsa, x509_node *node );
536 * \brief Unallocate all node certificate data
541 * \brief Allocate all node certificate data
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_interface.c3498 struct ecm_db_node_instance *node = NULL; local
3506 * find node instance corresponding to mac address
3508 node = ecm_db_node_find_and_ref(mac);
3510 if(unlikely(!node)) {
3511 DEBUG_WARN("node address is null \n");
3515 ecm_db_traverse_node_from_connection_list_and_decelerate(node);
3516 ecm_db_traverse_node_to_connection_list_and_decelerate(node);
3517 ecm_db_traverse_node_from_nat_connection_list_and_decelerate(node);
3518 ecm_db_traverse_node_to_nat_connection_list_and_decelerate(node);
3520 ecm_db_node_deref(node);
[all...]
H A Decm_db.c148 /* Slots of the node hash table */
234 * Normally only the node refers to the interfaces which it is reachable upon.
297 struct ecm_db_node_instance *hash_next; /* Next node in the chain of nodes */
298 struct ecm_db_node_instance *hash_prev; /* previous node in the chain of nodes */
299 uint8_t address[ETH_ALEN]; /* RO: MAC Address of this node */
305 * Nodes keep this information for rapid iteration of connections e.g. when a node 'goes down' we
308 struct ecm_db_connection_instance *from_connections; /* list of connections made from this node */
309 struct ecm_db_connection_instance *to_connections; /* list of connections made to this node */
313 struct ecm_db_connection_instance *from_nat_connections; /* list of NAT connections made from this node */
314 struct ecm_db_connection_instance *to_nat_connections; /* list of NAT connections made to this node */
10968 ecm_db_node_from_connections_get_and_ref_first(struct ecm_db_node_instance *node) argument
11002 ecm_db_node_to_connections_get_and_ref_first(struct ecm_db_node_instance *node) argument
11036 ecm_db_node_from_nat_connections_get_and_ref_first(struct ecm_db_node_instance *node) argument
11070 ecm_db_node_to_nat_connections_get_and_ref_first(struct ecm_db_node_instance *node) argument
11127 ecm_db_traverse_node_from_connection_list_and_decelerate(struct ecm_db_node_instance *node) argument
11153 ecm_db_traverse_node_to_connection_list_and_decelerate(struct ecm_db_node_instance *node) argument
11179 ecm_db_traverse_node_from_nat_connection_list_and_decelerate(struct ecm_db_node_instance *node) argument
11205 ecm_db_traverse_node_to_nat_connection_list_and_decelerate(struct ecm_db_node_instance *node) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dpci.c727 list_add(&sys->node, &hw->buses);
785 list_for_each_entry(sys, &hw->buses, node) {
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/net/ethernet/
H A Dadmmod.c930 int adm_open(struct inode *node, struct file *filp) argument
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/
H A Dglamo-fb.c925 fbinfo->node, fbinfo->fix.id);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/talitos/
H A Dtalitos.c1094 struct device_node *np = ofdev->node;
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi.c819 /* What is driver config for wlan node caching? */
849 * Free up the node. Not the most efficient process given
850 * we are about to allocate a new node but it is simple and should be
902 * Free up the node. Not the most efficient process given
903 * we are about to allocate a new node but it is simple and should be
3812 bss_t *node = NULL; local
3813 node = wlan_find_Ssidnode (&wmip->wmi_scan_table, pSsid,
3815 return node;

Completed in 143 milliseconds

12