Lines Matching refs:lasthook
224 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook);
248 node_p *dest, hook_p *lasthook);
1731 hook_p *lasthook) in ng_path2noderef() argument
1775 if (lasthook != NULL) in ng_path2noderef()
1776 *lasthook = NULL; in ng_path2noderef()
1838 if (lasthook != NULL) { in ng_path2noderef()
1840 *lasthook = NG_HOOK_PEER(hook); in ng_path2noderef()
1841 NG_HOOK_REF(*lasthook); in ng_path2noderef()
1843 *lasthook = NULL; in ng_path2noderef()
2529 ng_generic_msg(node_p here, item_p item, hook_p lasthook) in ng_generic_msg() argument
2947 return((*here->nd_type->rcvmsg)(here, item, lasthook)); in ng_generic_msg()