Home
last modified time | relevance | path

Searched refs:RWLOCK_INIT (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dmlfk_ipl.c183 RWLOCK_INIT(&ipf_global, "ipf filter load/unload mutex"); in ipf_modload()
184 RWLOCK_INIT(&ipf_mutex, "ipf filter rwlock"); in ipf_modload()
185 RWLOCK_INIT(&ipf_frcache, "ipf cache rwlock"); in ipf_modload()
Dip_compat.h258 # define RWLOCK_INIT(x, y) rw_init(&(x)->ipf_lk, (y), \ macro
449 # define RWLOCK_INIT(x, y) rwlock_init4(&(x)->ipf_lk, 0, RWLCK_CANSLEEP, 0, y) macro
451 # define RWLOCK_INIT(x, y) lock_init3(&(x)->ipf_lk, 0, 1, 0, 0, y) macro
460 # define RWLOCK_INIT(x, y) initlock(&(x)->ipf_lk, 0, 0, y) macro
598 # define RWLOCK_INIT(x, y) mrinit(&(x)->ipf_lk, y) macro
677 # define RWLOCK_INIT(x, y) lock_init(&(x)->ipf_lk, TRUE) macro
879 # define RWLOCK_INIT(x, y) rw_init(&(x)->ipf_lk, (y)) macro
902 # define RWLOCK_INIT(x,y) mtx_init(&(x)->ipf_lk, (y), NULL,\ macro
910 # define RWLOCK_INIT(x, y) sx_init(&(x)->ipf_lk, (y)) macro
1175 # define RWLOCK_INIT(x,y) ipf_rw_init(x, y) macro
[all …]
Dip_sync.c143 RWLOCK_INIT(&ipf_syncstate, "add things to state sync table"); in ipfsync_init()
144 RWLOCK_INIT(&ipf_syncnat, "add things to nat sync table"); in ipfsync_init()
Dip_lookup.c90 RWLOCK_INIT(&ip_poolrw, "ip pool rwlock"); in ip_lookup_init()
Dip_scan.c92 RWLOCK_INIT(&ipsc_rwlock, "ip scan rwlock"); in ipsc_init()
Dip_fil_freebsd.c232 RWLOCK_INIT(&ipf_ipidfrag, "ipf IP NAT-Frag rwlock"); in ipfattach()
233 RWLOCK_INIT(&ipf_tokens, "ipf token rwlock"); in ipfattach()
Dip_frag.c163 RWLOCK_INIT(&ipf_frag, "ipf fragment rwlock"); in fr_fraginit()
Dip_auth.c177 RWLOCK_INIT(&ipf_auth, "ipf IP User-Auth rwlock"); in fr_authinit()
Dip_pool.c134 RWLOCK_INIT(&ip_poolrw, "poolrw");
Dip_nat.c324 RWLOCK_INIT(&ipf_nat, "ipf IP NAT rwlock"); in fr_natinit()
325 RWLOCK_INIT(&ipf_natfrag, "ipf IP NAT-Frag rwlock"); in fr_natinit()
Dip_state.c303 RWLOCK_INIT(&ipf_state, "ipf IP state rwlock"); in fr_stateinit()
/freebsd-9-stable/contrib/ipfilter/tools/
Dipftest.c103 RWLOCK_INIT(&ipf_global, "ipf filter load/unload mutex");
104 RWLOCK_INIT(&ipf_mutex, "ipf filter rwlock");
105 RWLOCK_INIT(&ipf_ipidfrag, "ipf IP NAT-Frag rwlock");
106 RWLOCK_INIT(&ipf_frcache, "ipf filter cache");
107 RWLOCK_INIT(&ipf_tokens, "ipf token rwlock");