Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-vm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linux-arm
linux-vm
Commits
94334d5e
Commit
94334d5e
authored
13 years ago
by
David S. Miller
Browse files
Options
Downloads
Patches
Plain Diff
net: Kill set_dst_metric_rtt().
No longer used. Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
794785bf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/net/dst.h
+0
-6
0 additions, 6 deletions
include/net/dst.h
with
0 additions
and
6 deletions
include/net/dst.h
+
0
−
6
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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment