Home
last modified time | relevance | path

Searched refs:npf_ext_construct (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/lib/npf/ext_normalize/
H A Dnpfext_normalize.c55 return npf_ext_construct(name); in npfext_normalize_construct()
/netbsd-src/lib/npf/ext_rndblock/
H A Dnpfext_rndblock.c55 return npf_ext_construct(name); in npfext_rndblock_construct()
/netbsd-src/lib/npf/ext_log/
H A Dnpfext_log.c65 return npf_ext_construct(name); in npfext_log_construct()
/netbsd-src/lib/libnpf/
H A Dnpf.h100 nl_ext_t * npf_ext_construct(const char *);
H A Dnpf.c644 npf_ext_construct(const char *name) in npf_ext_construct() function
/netbsd-src/sys/net/npf/
H A Dnpf_rproc.c176 npf_ext_construct(npf_t *npf, const char *name, in npf_ext_construct() function
H A Dnpf_impl.h444 int npf_ext_construct(npf_t *, const char *,
H A Dnpf_ctl.c250 if (!name || npf_ext_construct(npf, name, rp, extcall)) { in npf_mk_singlerproc()