Searched refs:hashtable_node (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dhash.c66 struct hashtable_node *
70 struct hashtable_node *n;
73 n = list_entry(e, struct hashtable_node, head);
82 int hashtable_add(struct hashtable *table, struct hashtable_node *n, int id)
94 void hashtable_del(struct hashtable *table, struct hashtable_node *n)
104 struct hashtable_node *n;
108 n = list_entry(e, struct hashtable_node, head);
122 struct hashtable_node *n;
126 n = list_entry(e, struct hashtable_node, head);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dhash.h10 struct hashtable_node;
24 struct hashtable_node { struct
35 struct hashtable_node *hashtable_find(const struct hashtable *table, const void *data, int id);
36 int hashtable_add(struct hashtable *table, struct hashtable_node *n, int id);
37 void hashtable_del(struct hashtable *table, struct hashtable_node *node);
H A Dfilter.h22 struct hashtable_node node;
27 struct hashtable_node node;
H A Dcache.h30 struct hashtable_node hashnode;

Completed in 118 milliseconds