Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xcap-capability-linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xcap
xcap-capability-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
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
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