OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XT_QUOTA_INVERT
(Results
51 - 54
of
54
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_quota.h
16
XT_QUOTA_INVERT
= 0x1,
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_quota.h
16
XT_QUOTA_INVERT
= 0x1,
/external/iptables/extensions/
libxt_quota.c
39
if (q->flags &
XT_QUOTA_INVERT
)
50
info->flags |=
XT_QUOTA_INVERT
;
libxt_quota2.c
79
info->flags |=
XT_QUOTA_INVERT
;
89
if (q->flags &
XT_QUOTA_INVERT
)
107
if (q->flags &
XT_QUOTA_INVERT
)
Completed in 54 milliseconds
1
2
3