Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c3077 NGI_SET_NODE(item, peernode); in ng_address_hook()
3099 NGI_SET_NODE(item, dest); in ng_address_path()
3124 NGI_SET_NODE(item, dest); in ng_address_ID()
3153 NGI_SET_NODE(item, here); in ng_package_msg_self()
3184 NGI_SET_NODE(item, node); in ng_send_fn1()
3224 NGI_SET_NODE(item, node); in ng_send_fn2()
3258 NGI_SET_NODE(item, node); in ng_callout()
/dragonfly/sys/netgraph7/
H A Dnetgraph.h782 #define NGI_SET_NODE(i,n) \ macro
813 #define NGI_SET_NODE(i,n) _NGI_SET_NODE(i,n) macro