projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c382f
)
skbuff: export skb_gro_receive
author
Marcelo Ricardo Leitner
<
[email protected]
>
Thu, 2 Jun 2016 18:05:39 +0000
(15:05 -0300)
committer
David S. Miller
<
[email protected]
>
Fri, 3 Jun 2016 23:37:21 +0000
(19:37 -0400)
sctp GSO requires it and sctp can be compiled as a module, so we need to
export this function.
Signed-off-by: Marcelo Ricardo Leitner <
[email protected]
>
Tested-by: Xin Long <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/core/skbuff.c
patch
|
blob
|
history
diff --git
a/net/core/skbuff.c
b/net/core/skbuff.c
index f2b77e549c03a771909cd9c87c40ec2b7826cd31..4724bcf9b0cae1cecbe5bc2c04e308bb70b3232a 100644
(file)
--- a/
net/core/skbuff.c
+++ b/
net/core/skbuff.c
@@
-3438,6
+3438,7
@@
done:
NAPI_GRO_CB(skb)->same_flow = 1;
return 0;
}
+EXPORT_SYMBOL_GPL(skb_gro_receive);
void __init skb_init(void)
{