Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c1087 hook->hk_peer = &ng_deadhook; /* start off this way */ in ng_add_hook()
1186 hook->hk_peer = &ng_deadhook; /* Nor us, them */ in ng_destroy_hook()
1248 hook1->hk_peer->hk_peer = hook2->hk_peer; in ng_bypass()
1249 hook2->hk_peer->hk_peer = hook1->hk_peer; in ng_bypass()
1251 hook1->hk_peer = &ng_deadhook; in ng_bypass()
1252 hook2->hk_peer = &ng_deadhook; in ng_bypass()
1451 peer = hook->hk_peer; in ng_con_part2()
1500 hook2->hk_peer = hook; /* Link the two together */ in ng_con_nodes()
1501 hook->hk_peer = hook2; in ng_con_nodes()
1566 hook1->hk_peer = hook2; in ng_mkpeer()
[all …]
H A Dnetgraph.h114 struct ng_hook *hk_peer; /* the other end of this link */ member
151 #define _NG_HOOK_PEER(hook) ((hook)->hk_peer) /* only rvalue! */
/f-stack/lib/
H A Dff_ng_base.c1093 hook->hk_peer = &ng_deadhook; /* start off this way */ in ng_add_hook()
1192 hook->hk_peer = &ng_deadhook; /* Nor us, them */ in ng_destroy_hook()
1254 hook1->hk_peer->hk_peer = hook2->hk_peer; in ng_bypass()
1255 hook2->hk_peer->hk_peer = hook1->hk_peer; in ng_bypass()
1257 hook1->hk_peer = &ng_deadhook; in ng_bypass()
1258 hook2->hk_peer = &ng_deadhook; in ng_bypass()
1457 peer = hook->hk_peer; in ng_con_part2()
1506 hook2->hk_peer = hook; /* Link the two together */ in ng_con_nodes()
1507 hook->hk_peer = hook2; in ng_con_nodes()
1572 hook1->hk_peer = hook2; in ng_mkpeer()
[all …]
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h115 struct ng_hook *hk_peer; /* the other end of this link */ member
152 #define _NG_HOOK_PEER(hook) ((hook)->hk_peer) /* only rvalue! */