diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-17 14:02:46 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-20 13:36:54 -0700 |
commit | ba3f7f04ef2b19aace38f855aedd17fe43035d50 (patch) | |
tree | 223992e7b2a180042ca9d024c315346ca08454ec /include/net | |
parent | d2d68ba9fe8b38eb03124b3176a013bb8aa2b5e5 (diff) | |
download | linux-ba3f7f04ef2b19aace38f855aedd17fe43035d50.tar.gz linux-ba3f7f04ef2b19aace38f855aedd17fe43035d50.tar.bz2 linux-ba3f7f04ef2b19aace38f855aedd17fe43035d50.zip |
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/flow.h | 1 | ||||
-rw-r--r-- | include/net/inet_connection_sock.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/net/flow.h b/include/net/flow.h index ce9cb7656b47..e1dd5082ec7e 100644 --- a/include/net/flow.h +++ b/include/net/flow.h @@ -21,7 +21,6 @@ struct flowi_common { __u8 flowic_flags; #define FLOWI_FLAG_ANYSRC 0x01 #define FLOWI_FLAG_CAN_SLEEP 0x02 -#define FLOWI_FLAG_RT_NOCACHE 0x04 __u32 flowic_secid; }; diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 2cf44b4ed2e6..5ee66f517b4f 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h @@ -250,8 +250,7 @@ extern int inet_csk_get_port(struct sock *sk, unsigned short snum); extern struct dst_entry* inet_csk_route_req(struct sock *sk, struct flowi4 *fl4, - const struct request_sock *req, - bool nocache); + const struct request_sock *req); extern struct dst_entry* inet_csk_route_child_sock(struct sock *sk, struct sock *newsk, const struct request_sock *req); |