Searched refs:extcall (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/usr.sbin/npf/npfctl/ |
| D | npf_extmod.c | 100 npf_extmod_get(const char *name, nl_ext_t **extcall) in npf_extmod_get() argument 106 (*extcall = extmod->cons(name)) != NULL) { in npf_extmod_get() 113 if (extmod && (*extcall = extmod->cons(name)) != NULL) { in npf_extmod_get()
|
| D | npf_build.c | 558 nl_ext_t *extcall; in npfctl_build_rpcall() local 561 extmod = npf_extmod_get(name, &extcall); in npfctl_build_rpcall() 574 error = npf_extmod_param(extmod, extcall, param, value); in npfctl_build_rpcall() 582 error = npf_rproc_extcall(rp, extcall); in npfctl_build_rpcall()
|
| /netbsd/src/sys/net/npf/ |
| D | npf_ctl.c | 246 const nvlist_t *extcall = extcalls[i]; in npf_mk_singlerproc() local 249 name = dnvlist_get_string(extcall, "name", NULL); in npf_mk_singlerproc() 250 if (!name || npf_ext_construct(npf, name, rp, extcall)) { in npf_mk_singlerproc()
|