Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pipe.c140 static ng_constructor_t ngp_constructor; variable
240 .constructor = ngp_constructor,
252 ngp_constructor(node_p node) in ngp_constructor() function