HomeSort by: relevance | last modified time | path
    Searched defs:npf_rule_inspect (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/npf/
npf_ruleset.c 840 * npf_rule_inspect: match the interface, direction and run the filter code.
844 npf_rule_inspect(const npf_rule_t *rl, bpf_args_t *bc_args, function in typeref:typename:bool
882 if (!npf_rule_inspect(rl, bc_args, di_mask, ifid)) {
949 if (!npf_rule_inspect(rl, &bc_args, di_mask, ifid)) {

Completed in 11 milliseconds