Home
last modified time | relevance | path

Searched refs:ng_pipe_hookcfg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_pipe.h114 struct ng_pipe_hookcfg { struct
148 struct ng_pipe_hookcfg downstream;
149 struct ng_pipe_hookcfg upstream;
H A Dng_pipe.c90 struct ng_pipe_hookcfg cfg;
129 static void parse_cfg(struct ng_pipe_hookcfg *, struct ng_pipe_hookcfg *,
178 /* Parse type for struct ng_pipe_hookcfg */
455 parse_cfg(struct ng_pipe_hookcfg *current, struct ng_pipe_hookcfg *new, in parse_cfg()