Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ipfw.c81 static struct ng_type ng_ipfw_typestruct = { variable
93 NETGRAPH_INIT(ipfw, &ng_ipfw_typestruct);
117 if ((error = ng_make_node_common(&ng_ipfw_typestruct, &fw_node)) in ng_ipfw_mod_event()