Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_vjc.c249 NG_NODE_FORCE_WRITER(node); in ng_vjc_constructor()
H A Dng_pred1.c196 NG_NODE_FORCE_WRITER(node); in ng_pred1_constructor()
H A Dng_deflate.c180 NG_NODE_FORCE_WRITER(node); in ng_deflate_constructor()
H A Dnetgraph.h594 #define NG_NODE_FORCE_WRITER(node) _ng_node_force_writer(node, _NN_) macro
613 #define NG_NODE_FORCE_WRITER(node) _NG_NODE_FORCE_WRITER(node) macro
H A Dng_mppc.c223 NG_NODE_FORCE_WRITER(node); in ng_mppc_constructor()
H A Dng_nat.c338 NG_NODE_FORCE_WRITER(node); in ng_nat_constructor()
H A Dng_pipe.c259 NG_NODE_FORCE_WRITER(node); in ngp_constructor()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c127 NG_NODE_FORCE_WRITER(node); in ng_l2cap_constructor()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c162 NG_NODE_FORCE_WRITER(node); in ng_hci_constructor()
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c704 NG_NODE_FORCE_WRITER(sc->sc_node); in ubt_attach()