Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/
HDng_pred1.c196 NG_NODE_FORCE_WRITER(node); in ng_pred1_constructor()
HDnetgraph.h558 #define NG_NODE_FORCE_WRITER(node) _ng_node_force_writer(node, _NN_) macro
579 #define NG_NODE_FORCE_WRITER(node) _NG_NODE_FORCE_WRITER(node) macro
HDng_nat.c304 NG_NODE_FORCE_WRITER(node); in ng_nat_constructor()
/dragonfly/sys/netgraph7/deflate/
HDng_deflate.c183 NG_NODE_FORCE_WRITER(node); in ng_deflate_constructor()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
HDng_l2cap_main.c129 NG_NODE_FORCE_WRITER(node); in ng_l2cap_constructor()
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
HDng_h4.c215 NG_NODE_FORCE_WRITER(sc->node); in ng_h4_open()
/dragonfly/sys/netgraph7/mppc/
HDng_mppc.c211 NG_NODE_FORCE_WRITER(node); in ng_mppc_constructor()
/dragonfly/sys/netgraph7/bridge/
HDng_bridge.c329 NG_NODE_FORCE_WRITER(node); in ng_bridge_constructor()
/dragonfly/sys/netgraph7/bluetooth/hci/
HDng_hci_main.c151 NG_NODE_FORCE_WRITER(node); in ng_hci_constructor()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
HDng_ubt.c565 NG_NODE_FORCE_WRITER(sc->sc_node); in ubt_attach()