Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
94334d5e
Commit
94334d5e
authored
Jul 10, 2012
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net: Kill set_dst_metric_rtt().
No longer used. Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
794785bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
include/net/dst.h
include/net/dst.h
+0
-6
No files found.
include/net/dst.h
View file @
94334d5e
...
@@ -209,12 +209,6 @@ static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metr
...
@@ -209,12 +209,6 @@ static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metr
return
msecs_to_jiffies
(
dst_metric
(
dst
,
metric
));
return
msecs_to_jiffies
(
dst_metric
(
dst
,
metric
));
}
}
static
inline
void
set_dst_metric_rtt
(
struct
dst_entry
*
dst
,
int
metric
,
unsigned
long
rtt
)
{
dst_metric_set
(
dst
,
metric
,
jiffies_to_msecs
(
rtt
));
}
static
inline
u32
static
inline
u32
dst_allfrag
(
const
struct
dst_entry
*
dst
)
dst_allfrag
(
const
struct
dst_entry
*
dst
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment