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

/freebsd-current/sys/netgraph/
H A Dng_bpf.h52 char ifMatch[NG_HOOKSIZ]; /* match dest hook */ member in struct:ng_bpf_hookprog
64 { "ifMatch", &ng_parse_hookbuf_type }, \
H A Dng_tag.h46 char ifMatch[NG_HOOKSIZ]; /* match dest hook */ member in struct:ng_tag_hookin
73 { "ifMatch", &ng_parse_hookbuf_type }, \
H A Dng_bpf.c247 if (strcmp(hip->prog->ifMatch, NG_HOOK_NAME(h)) == 0)
586 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 78 milliseconds