OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 17:09:57 GMT 2025