Home
last modified time | relevance | path

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

/netbsd-src/sys/net/npf/
H A Dnpf_rproc.c179 const npf_ext_ops_t *extops; in npf_ext_construct() local
199 extops = ext->ext_ops; in npf_ext_construct()
200 KASSERT(extops != NULL); in npf_ext_construct()
202 error = extops->ctor(rp, params); in npf_ext_construct()
342 const npf_ext_ops_t *extops = ext->ext_ops; in npf_rproc_release() local
344 extops->dtor(rp, rp->rp_ext_meta[i]); in npf_rproc_release()
376 const npf_ext_ops_t *extops = ext->ext_ops; in npf_rproc_run() local
380 if (!extops->proc(npc, rp->rp_ext_meta[i], mi, decision)) { in npf_rproc_run()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dppolicy.c3295 static char *extops[] = { variable
3345 SLAP_CTRL_ADD|SLAP_CTRL_BIND|SLAP_CTRL_MODIFY, extops, in ppolicy_initialize()
H A Dpcache.c5028 static char *extops[] = { variable
5723 SLAP_CTRL_BIND|SLAP_CTRL_ACCESS|SLAP_CTRL_HIDE, extops, in pcache_initialize()