OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMD_FLUSH
(Results
1 - 8
of
8
) sorted by null
/external/iproute2/ip/
tcp_metrics.c
48
#define
CMD_FLUSH
0x0004 /* flush */
59
{ "flush",
CMD_FLUSH
},
189
if (f.cmd & (CMD_DEL |
CMD_FLUSH
))
385
if (cmd ==
CMD_FLUSH
&& atype >= 0)
389
if (cmd ==
CMD_FLUSH
&& f.daddr.bitlen <= 0 &&
397
} else { /*
CMD_FLUSH
, CMD_LIST */
405
if (!(cmd &
CMD_FLUSH
) && (atype >= 0 || (cmd & CMD_DEL))) {
419
if (cmd &
CMD_FLUSH
) {
/frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityMetrics.java
267
static final String
CMD_FLUSH
= "flush";
292
case
CMD_FLUSH
:
/external/iptables/iptables/
nft-shared.h
212
#define
CMD_FLUSH
0x0040U
xtables-arp.c
76
#define
CMD_FLUSH
0x0040U
1023
add_command(&command,
CMD_FLUSH
, CMD_NONE,
[
all
...]
xtables-translate.c
255
case
CMD_FLUSH
:
ip6tables.c
62
#define
CMD_FLUSH
0x0040U
[
all
...]
iptables.c
58
#define
CMD_FLUSH
0x0040U
[
all
...]
xtables.c
798
add_command(&p->command,
CMD_FLUSH
, CMD_NONE,
[
all
...]
Completed in 244 milliseconds