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

  /src/sys/net/npf/
npf_ruleset.c 1021 bool uid_matched = false, gid_matched = false; local in function:npf_rule_match_rid
1039 uid_matched |= npf_match_rid(&rl->uid, sock_uid);
1044 return gid_matched && uid_matched;
1046 return gid_matched || uid_matched;
npf_ruleset.c 1021 bool uid_matched = false, gid_matched = false; local in function:npf_rule_match_rid
1039 uid_matched |= npf_match_rid(&rl->uid, sock_uid);
1044 return gid_matched && uid_matched;
1046 return gid_matched || uid_matched;

Completed in 22 milliseconds