Home
last modified time | relevance | path

Searched refs:hook2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/netgraph/
H A Dng_hub.c121 hook_p hook2; in ng_hub_rcvdata() local
129 LIST_FOREACH(hook2, &node->nd_hooks, hk_hooks) { in ng_hub_rcvdata()
130 if (hook2 == hook) in ng_hub_rcvdata()
133 NG_FWD_ITEM_HOOK(error, item, hook2); in ng_hub_rcvdata()
139 NG_SEND_DATA_ONLY(error, hook2, m2); in ng_hub_rcvdata()
H A Dng_base.c1260 NG_HOOK_UNREF(hook2); in ng_bypass()
1264 ng_destroy_hook(hook2); in ng_bypass()
1487 hook_p hook2; in ng_con_nodes() local
1495 NG_ALLOC_HOOK(hook2); in ng_con_nodes()
1496 if (hook2 == NULL) { in ng_con_nodes()
1507 NG_HOOK_REF(hook2); in ng_con_nodes()
1523 NG_HOOK_UNREF(hook2); in ng_con_nodes()
1548 hook_p hook1, hook2; in ng_mkpeer() local
1575 NG_HOOK_REF(hook2); in ng_mkpeer()
1583 error = (*hook2->hk_node->nd_type->connect) (hook2); in ng_mkpeer()
[all …]
H A Dng_tcpmss.c365 hook_p hook2; in ng_tcpmss_disconnect() local
367 LIST_FOREACH(hook2, &node->nd_hooks, hk_hooks) { in ng_tcpmss_disconnect()
368 hpriv_p priv = NG_HOOK_PRIVATE(hook2); in ng_tcpmss_disconnect()
H A Dng_tag.c612 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 Dnetgraph.h1134 int ng_bypass(hook_p hook1, hook_p hook2);
/freebsd-14.2/tests/sys/netgraph/
H A Dutil.c71 char const *path2, char const *hook2, in _ng_connect() argument
77 strncpy(c.peerhook, hook2, sizeof(c.peerhook)); in _ng_connect()
87 char const *type, char const *hook2, in _ng_mkpeer() argument
93 strncpy(p.peerhook, hook2, sizeof(p.peerhook)); in _ng_mkpeer()
H A Dutil.h39 char const *path2, char const *hook2,
46 char const *type, char const *hook2,