Searched refs:thisHook (Results 1 – 6 of 6) sorted by relevance
338 strncpy(hip->in->thisHook, name, sizeof(hip->in->thisHook) - 1); in ng_tag_newhook()339 hip->in->thisHook[sizeof(hip->in->thisHook) - 1] = '\0'; in ng_tag_newhook()340 strncpy(hip->out->thisHook, name, sizeof(hip->out->thisHook) - 1); in ng_tag_newhook()341 hip->out->thisHook[sizeof(hip->out->thisHook) - 1] = '\0'; in ng_tag_newhook()371 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_tag_rcvmsg()392 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_tag_rcvmsg()
47 char thisHook[NG_HOOKSIZ]; /* name of hook */ member59 char thisHook[NG_HOOKSIZ]; /* name of hook */ member
53 char thisHook[NG_HOOKSIZ]; /* name of hook */ member
297 strlcpy(hip->prog->thisHook, name, sizeof(hip->prog->thisHook)); in ng_bpf_newhook()328 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_bpf_rcvmsg()
45 char thisHook[NG_HOOKSIZ]; /* name of hook */ member57 char thisHook[NG_HOOKSIZ]; /* name of hook */ member