Searched refs:hk_peer (Results 1 – 2 of 2) sorted by relevance
1090 hook->hk_peer = &ng_deadhook; /* start off this way */ in ng_add_hook()1188 peer->hk_peer = &ng_deadhook; /* They no longer know us */ in ng_destroy_hook()1189 hook->hk_peer = &ng_deadhook; /* Nor us, them */ in ng_destroy_hook()1251 hook1->hk_peer->hk_peer = hook2->hk_peer; in ng_bypass()1252 hook2->hk_peer->hk_peer = hook1->hk_peer; in ng_bypass()1254 hook1->hk_peer = &ng_deadhook; in ng_bypass()1255 hook2->hk_peer = &ng_deadhook; in ng_bypass()1454 peer = hook->hk_peer; in ng_con_part2()1503 hook2->hk_peer = hook; /* Link the two together */ in ng_con_nodes()1504 hook->hk_peer = hook2; in ng_con_nodes()[all …]
122 struct ng_hook *hk_peer; /* the other end of this link */ member159 #define _NG_HOOK_PEER(hook) ((hook)->hk_peer) /* only rvalue! */