Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/
HDng_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