Searched refs:npf_sehash_t (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_impl.h88 typedef struct npf_sehash npf_sehash_t; typedef in typeref:struct:npf_sehash
276 npf_sehash_t * sess_htable_create(void);
277 void sess_htable_destroy(npf_sehash_t *);
278 void sess_htable_reload(npf_sehash_t *);
292 int npf_session_restore(npf_sehash_t *, prop_dictionary_t);
H A Dnpf_session.c78 * npf_sehash_t::sh_lock ->
188 static npf_sehash_t * sess_hashtbl __read_mostly;
300 static inline npf_sehash_t *
301 sess_hash_bucket(npf_sehash_t *stbl, const npf_secomid_t *scid,
316 npf_sehash_t *
319 npf_sehash_t *stbl, *sh;
337 sess_htable_destroy(npf_sehash_t *stbl)
339 npf_sehash_t *sh;
353 sess_htable_reload(npf_sehash_t *stbl)
355 npf_sehash_t *oldstb
[all...]
H A Dnpf_ctl.c690 npf_sehash_t *sehasht = NULL;

Completed in 67 milliseconds