Home
last modified time | relevance | path

Searched refs:thisHook (Results 1 – 4 of 4) sorted by relevance

/src/sys/netgraph/
H A Dng_tag.c336 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()
H A Dng_tag.h45 char thisHook[NG_HOOKSIZ]; /* name of hook */ member
57 char thisHook[NG_HOOKSIZ]; /* name of hook */ member
H A Dng_bpf.c294 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()
H A Dng_bpf.h51 char thisHook[NG_HOOKSIZ]; /* name of hook */ member