Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c1251 hook1->hk_peer = &ng_deadhook; in ng_bypass()
1255 NG_HOOK_UNREF(hook1); in ng_bypass()
1259 ng_destroy_hook(hook1); in ng_bypass()
1544 hook_p hook1, hook2; in ng_mkpeer() local
1558 ng_destroy_hook(hook1); in ng_mkpeer()
1559 NG_HOOK_UNREF(hook1); in ng_mkpeer()
1566 hook1->hk_peer = hook2; in ng_mkpeer()
1567 hook2->hk_peer = hook1; in ng_mkpeer()
1570 NG_HOOK_REF(hook1); in ng_mkpeer()
1575 error = (*hook1->hk_node->nd_type->connect) (hook1); in ng_mkpeer()
[all …]
H A Dnetgraph.h1135 int ng_bypass(hook_p hook1, hook_p hook2);
/f-stack/lib/
H A Dff_ng_base.c1257 hook1->hk_peer = &ng_deadhook; in ng_bypass()
1261 NG_HOOK_UNREF(hook1); in ng_bypass()
1265 ng_destroy_hook(hook1); in ng_bypass()
1550 hook_p hook1, hook2; in ng_mkpeer() local
1564 ng_destroy_hook(hook1); in ng_mkpeer()
1565 NG_HOOK_UNREF(hook1); in ng_mkpeer()
1572 hook1->hk_peer = hook2; in ng_mkpeer()
1573 hook2->hk_peer = hook1; in ng_mkpeer()
1576 NG_HOOK_REF(hook1); in ng_mkpeer()
1581 error = (*hook1->hk_node->nd_type->connect) (hook1); in ng_mkpeer()
[all …]
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1139 int ng_bypass(hook_p hook1, hook_p hook2);