Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_source.c103 static ng_constructor_t ng_source_constructor; variable
262 .constructor = ng_source_constructor,
279 ng_source_constructor(node_p node) in ng_source_constructor() function