OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extcall
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/npf/npfctl/
npf_extmod.c
100
npf_extmod_get(const char *name, nl_ext_t **
extcall
)
106
(*
extcall
= extmod->cons(name)) != NULL) {
113
if (extmod && (*
extcall
= extmod->cons(name)) != NULL) {
npf_build.c
635
nl_ext_t *
extcall
;
local in function:npfctl_build_rpcall
638
extmod = npf_extmod_get(name, &
extcall
);
651
error = npf_extmod_param(extmod,
extcall
, param, value);
659
error = npf_rproc_extcall(rp,
extcall
);
/src/sys/net/npf/
npf_ctl.c
246
const nvlist_t *
extcall
= extcalls[i];
local in function:npf_mk_singlerproc
249
name = dnvlist_get_string(
extcall
, "name", NULL);
250
if (!name || npf_ext_construct(npf, name, rp,
extcall
)) {
Completed in 70 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025