Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_bpf.h54 char ifMatch[NG_HOOKSIZ]; /* match dest hook */ member
H A Dng_tag.h46 char ifMatch[NG_HOOKSIZ]; /* match dest hook */ member
/f-stack/freebsd/netgraph/
H A Dng_bpf.h54 char ifMatch[NG_HOOKSIZ]; /* match dest hook */ member
H A Dng_tag.h48 char ifMatch[NG_HOOKSIZ]; /* match dest hook */ member
H A Dng_bpf.c249 if (strcmp(hip->prog->ifMatch, NG_HOOK_NAME(h)) == 0) in ng_bpf_addrefs()
590 hip->match = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifMatch); in ng_bpf_setprog()
H A Dng_tag.c678 hip->hi_match = ng_findhook(NG_HOOK_NODE(hook), hip->in->ifMatch); in ng_tag_setdata_in()