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