OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMT_NOCOUNTS
(Results
1 - 12
of
12
) sorted by null
/external/iproute2/include/
xtables.h
492
#define
FMT_NOCOUNTS
0x0002
501
#define FMT_PRINT_RULE (
FMT_NOCOUNTS
| FMT_OPTIONS | FMT_VIA \
/external/iptables/include/
xtables.h
525
#define
FMT_NOCOUNTS
0x0002
534
#define FMT_PRINT_RULE (
FMT_NOCOUNTS
| FMT_OPTIONS | FMT_VIA \
/external/iptables/iptables/
nft-shared.h
26
#define
FMT_NOCOUNTS
0x0002
35
#define FMT_PRINT_RULE (
FMT_NOCOUNTS
| FMT_OPTIONS | FMT_VIA \
nft-shared.c
569
if (!(format &
FMT_NOCOUNTS
)) {
583
if (!(format &
FMT_NOCOUNTS
)) {
614
if (!(format &
FMT_NOCOUNTS
)) {
ip6tables.c
474
if (!(format &
FMT_NOCOUNTS
)) {
492
if (!(format &
FMT_NOCOUNTS
)) {
562
if (!(format &
FMT_NOCOUNTS
)) {
938
format |=
FMT_NOCOUNTS
;
[
all
...]
iptables.c
458
if (!(format &
FMT_NOCOUNTS
)) {
476
if (!(format &
FMT_NOCOUNTS
)) {
548
if (!(format &
FMT_NOCOUNTS
)) {
922
format |=
FMT_NOCOUNTS
;
[
all
...]
nft-arp.c
426
if (!(format &
FMT_NOCOUNTS
)) {
600
if (!(format &
FMT_NOCOUNTS
)) {
nft-bridge.c
539
if (!(format &
FMT_NOCOUNTS
))
nft.c
1149
if (!(format &
FMT_NOCOUNTS
) && ops->save_counters)
1344
counters ? 0 :
FMT_NOCOUNTS
);
[
all
...]
xtables-eb.c
493
format |=
FMT_NOCOUNTS
;
[
all
...]
xtables-arp.c
811
format |=
FMT_NOCOUNTS
;
[
all
...]
xtables.c
579
format |=
FMT_NOCOUNTS
;
[
all
...]
Completed in 554 milliseconds