Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_bpf.h55 char ifNotMatch[NG_HOOKSIZ]; /* !match dest hook */ member
H A Dng_tag.h47 char ifNotMatch[NG_HOOKSIZ]; /* !match dest hook */ member
/f-stack/freebsd/netgraph/
H A Dng_bpf.h55 char ifNotMatch[NG_HOOKSIZ]; /* !match dest hook */ member
H A Dng_tag.h49 char ifNotMatch[NG_HOOKSIZ]; /* !match dest hook */ member
H A Dng_bpf.c251 if (strcmp(hip->prog->ifNotMatch, NG_HOOK_NAME(h)) == 0) in ng_bpf_addrefs()
591 hip->nomatch = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifNotMatch); in ng_bpf_setprog()
H A Dng_tag.c679 hip->hi_nonmatch = ng_findhook(NG_HOOK_NODE(hook), hip->in->ifNotMatch); in ng_tag_setdata_in()