Home
last modified time | relevance | path

Searched defs:UT_hash_table (Results 1 – 1 of 1) sorted by relevance

/openwifi/user_space/inject_80211/
H A Duthash.h904 typedef struct UT_hash_table { struct
905 UT_hash_bucket *buckets;
906 unsigned num_buckets, log2_num_buckets;
907 unsigned num_items;
908 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
909 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
935 } UT_hash_table; argument