diff options
author | Eric Dumazet <edumazet@google.com> | 2012-06-20 01:02:19 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-23 00:47:33 -0400 |
commit | 7586eceb0abc0ea1c2b023e3e5d4dfd4ff40930a (patch) | |
tree | 79fc35a3afa23896ab3e6e00b4d9d1178bfee1df /include/net/flow.h | |
parent | 24ea818e305b92ad1fadcca015ae3b0c1222c497 (diff) |
ipv4: tcp: dont cache output dst for syncookies
Don't cache output dst for syncookies, as this adds pressure on IP route
cache and rcu subsystem for no gain.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Hans Schillstrom <hans.schillstrom@ericsson.com>
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow.h')
-rw-r--r-- | include/net/flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/flow.h b/include/net/flow.h index 6c469dbdb917..bd524f598561 100644 --- a/include/net/flow.h +++ b/include/net/flow.h | |||
@@ -22,6 +22,7 @@ struct flowi_common { | |||
22 | #define FLOWI_FLAG_ANYSRC 0x01 | 22 | #define FLOWI_FLAG_ANYSRC 0x01 |
23 | #define FLOWI_FLAG_PRECOW_METRICS 0x02 | 23 | #define FLOWI_FLAG_PRECOW_METRICS 0x02 |
24 | #define FLOWI_FLAG_CAN_SLEEP 0x04 | 24 | #define FLOWI_FLAG_CAN_SLEEP 0x04 |
25 | #define FLOWI_FLAG_RT_NOCACHE 0x08 | ||
25 | __u32 flowic_secid; | 26 | __u32 flowic_secid; |
26 | }; | 27 | }; |
27 | 28 | ||