Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_patch.c59 static ng_constructor_t ng_patch_constructor; variable
165 .constructor = ng_patch_constructor,
177 ng_patch_constructor(node_p node) in ng_patch_constructor() function