Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bcmlinux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Broadcom
bcmlinux
Commits
cdb84549
Commit
cdb84549
authored
Jan 19, 2021
by
Oskar Viljasaar
Browse files
Options
Downloads
Patches
Plain Diff
Revert "fixup"
This reverts commit
f6c06796
.
parent
62ef8e18
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/linux/skbuff.h
+4
-0
4 additions, 0 deletions
include/linux/skbuff.h
with
4 additions
and
0 deletions
include/linux/skbuff.h
+
4
−
0
View file @
cdb84549
...
@@ -2578,6 +2578,10 @@ static inline int pskb_trim(struct sk_buff *skb, unsigned int len)
...
@@ -2578,6 +2578,10 @@ static inline int pskb_trim(struct sk_buff *skb, unsigned int len)
return
(
len
<
skb
->
len
)
?
__pskb_trim
(
skb
,
len
)
:
0
;
return
(
len
<
skb
->
len
)
?
__pskb_trim
(
skb
,
len
)
:
0
;
}
}
extern
struct
sk_buff
*
__netdev_alloc_skb_ip_align
(
struct
net_device
*
dev
,
unsigned
int
length
,
gfp_t
gfp
);
/**
/**
* pskb_trim_unique - remove end from a paged unique (not cloned) buffer
* pskb_trim_unique - remove end from a paged unique (not cloned) buffer
* @skb: buffer to alter
* @skb: buffer to alter
...
...
...
...
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
sign in
to comment