Searched refs:thisHook (Results 1 – 4 of 4) sorted by relevance
336 strncpy(hip->in->thisHook, name, sizeof(hip->in->thisHook) - 1); in ng_tag_newhook()337 hip->in->thisHook[sizeof(hip->in->thisHook) - 1] = '\0'; in ng_tag_newhook()338 strncpy(hip->out->thisHook, name, sizeof(hip->out->thisHook) - 1); in ng_tag_newhook()339 hip->out->thisHook[sizeof(hip->out->thisHook) - 1] = '\0'; in ng_tag_newhook()369 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_tag_rcvmsg()390 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_tag_rcvmsg()
45 char thisHook[NG_HOOKSIZ]; /* name of hook */ member57 char thisHook[NG_HOOKSIZ]; /* name of hook */ member
294 strlcpy(hip->prog->thisHook, name, sizeof(hip->prog->thisHook)); in ng_bpf_newhook()325 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_bpf_rcvmsg()
51 char thisHook[NG_HOOKSIZ]; /* name of hook */ member