Home
last modified time | relevance | path

Searched refs:hash_init_serial (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dutil.h157 extern int hash_init_serial(pm_hash_serial_t *, u_int16_t);
H A Dpretag.c1043 ret = hash_init_serial(&t->index[iterator].hash_serializer, 16 /* dummy len for init sake */); in pretag_index_allocate()
H A Dutil.c2749 int hash_init_serial(pm_hash_serial_t *serial, u_int16_t key_len) in hash_init_serial() function