Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_tag.c338 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()
H A Dng_tag.h47 char thisHook[NG_HOOKSIZ]; /* name of hook */ member
59 char thisHook[NG_HOOKSIZ]; /* name of hook */ member
H A Dng_bpf.h53 char thisHook[NG_HOOKSIZ]; /* name of hook */ member
H A Dng_bpf.c297 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()
/f-stack/tools/compat/include/netgraph/
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.h53 char thisHook[NG_HOOKSIZ]; /* name of hook */ member