OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uid_max
(Results
1 - 2
of
2
) sorted by null
/external/iptables/include/linux/netfilter/
xt_owner.h
13
__u32 uid_min,
uid_max
;
member in struct:xt_owner_match_info
/external/iptables/extensions/
libxt_owner.c
259
info->
uid_max
= to;
394
if (info->uid_min != info->
uid_max
) {
396
(unsigned int)info->
uid_max
);
Completed in 322 milliseconds