Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_device.c71 static ng_constructor_t ng_device_constructor; variable
83 .constructor = ng_device_constructor,
164 ng_device_constructor(node_p node) in ng_device_constructor() function