OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
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
249
name = dnvlist_get_string(
extcall
, "name", NULL);
250
if (!name || npf_ext_construct(npf, name, rp,
extcall
)) {
Completed in 22 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026