Searched refs:hook2 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_hub.c | 123 hook_p hook2; in ng_hub_rcvdata() local 131 LIST_FOREACH(hook2, &node->nd_hooks, hk_hooks) { in ng_hub_rcvdata() 132 if (hook2 == hook) in ng_hub_rcvdata() 135 NG_FWD_ITEM_HOOK(error, item, hook2); in ng_hub_rcvdata() 141 NG_SEND_DATA_ONLY(error, hook2, m2); in ng_hub_rcvdata()
|
| H A D | ng_base.c | 1256 NG_HOOK_UNREF(hook2); in ng_bypass() 1260 ng_destroy_hook(hook2); in ng_bypass() 1483 hook_p hook2; in ng_con_nodes() local 1491 NG_ALLOC_HOOK(hook2); in ng_con_nodes() 1492 if (hook2 == NULL) { in ng_con_nodes() 1503 NG_HOOK_REF(hook2); in ng_con_nodes() 1519 NG_HOOK_UNREF(hook2); in ng_con_nodes() 1544 hook_p hook1, hook2; in ng_mkpeer() local 1571 NG_HOOK_REF(hook2); in ng_mkpeer() 1579 error = (*hook2->hk_node->nd_type->connect) (hook2); in ng_mkpeer() [all …]
|
| H A D | ng_tcpmss.c | 367 hook_p hook2; in ng_tcpmss_disconnect() local 369 LIST_FOREACH(hook2, &node->nd_hooks, hk_hooks) { in ng_tcpmss_disconnect() 370 hpriv_p priv = NG_HOOK_PRIVATE(hook2); in ng_tcpmss_disconnect()
|
| H A D | ng_tag.c | 612 hook_p hook2; in ng_tag_disconnect() local 616 LIST_FOREACH(hook2, &node->nd_hooks, hk_hooks) { in ng_tag_disconnect() 617 hinfo_p priv = NG_HOOK_PRIVATE(hook2); in ng_tag_disconnect()
|
| H A D | netgraph.h | 1135 int ng_bypass(hook_p hook1, hook_p hook2);
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 1262 NG_HOOK_UNREF(hook2); in ng_bypass() 1266 ng_destroy_hook(hook2); in ng_bypass() 1489 hook_p hook2; in ng_con_nodes() local 1497 NG_ALLOC_HOOK(hook2); in ng_con_nodes() 1498 if (hook2 == NULL) { in ng_con_nodes() 1509 NG_HOOK_REF(hook2); in ng_con_nodes() 1525 NG_HOOK_UNREF(hook2); in ng_con_nodes() 1550 hook_p hook1, hook2; in ng_mkpeer() local 1577 NG_HOOK_REF(hook2); in ng_mkpeer() 1585 error = (*hook2->hk_node->nd_type->connect) (hook2); in ng_mkpeer() [all …]
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 1139 int ng_bypass(hook_p hook1, hook_p hook2);
|