Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_extmod.c53 static npf_extmod_t * npf_extmod_list;
69 static npf_extmod_t *
72 npf_extmod_t *ext; in npf_extmod_load()
82 ext = ecalloc(1, sizeof(npf_extmod_t)); in npf_extmod_load()
99 npf_extmod_t *
102 npf_extmod_t *extmod = npf_extmod_list; in npf_extmod_get()
121 npf_extmod_param(npf_extmod_t *extmod, nl_ext_t *ext, in npf_extmod_param()
H A Dnpfctl.h157 typedef struct npf_extmod npf_extmod_t; typedef
159 npf_extmod_t * npf_extmod_get(const char *, nl_ext_t **);
160 int npf_extmod_param(npf_extmod_t *, nl_ext_t *,
H A Dnpf_build.c557 npf_extmod_t *extmod; in npfctl_build_rpcall()