Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Donly.c89 hash_insert(char *str, uint32_t h) in hash_insert() function
116 hash_insert(str, h); in fill()
136 hash_insert(line, h); in load_only()
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c109 static int hash_insert(priv_p, struct flow_hash_entry *, struct flow_rec *,
322 hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r, in hash_insert() function
769 error = hash_insert(priv, hsh, &r, plen, flags, tcp_flags); in ng_netflow_flow_add()
/freebsd/contrib/unbound/doc/
H A DChangelog12145 - need writelock to update data on hash_insert.