mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-26 16:13:50 +00:00
net: do not export skb_gro_receive()
skb_gro_receive() is only called from tcp_gro_receive() which is not in a module. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ad2a2a6d7c
commit
01291202ed
1 changed files with 0 additions and 1 deletions
|
@ -3244,7 +3244,6 @@ done:
|
||||||
NAPI_GRO_CB(skb)->same_flow = 1;
|
NAPI_GRO_CB(skb)->same_flow = 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(skb_gro_receive);
|
|
||||||
|
|
||||||
void __init skb_init(void)
|
void __init skb_init(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue