Searched refs:ifMatch (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netgraph/
H A Dng_bpf.h54 char ifMatch[NG_HOOKSIZ]; /* match dest hook */ member in struct:ng_bpf_hookprog
66 { "ifMatch", &ng_parse_hookbuf_type }, \
H A Dng_tag.h48 char ifMatch[NG_HOOKSIZ]; /* match dest hook */ member in struct:ng_tag_hookin
75 { "ifMatch", &ng_parse_hookbuf_type }, \
H A Dng_bpf.c249 if (strcmp(hip->prog->ifMatch, NG_HOOK_NAME(h)) == 0)
591 hip->match = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifMatch);
H A Dng_tag.c669 * ifMatch/ifNotMatch hooks that do not yet exist and will be added
678 hip->hi_match = ng_findhook(NG_HOOK_NODE(hook), hip->in->ifMatch);

Completed in 183 milliseconds