Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1639ab6f authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

gro: unexport tcp4_gro_receive and tcp4_gro_complete



tcp4_gro_receive() and tcp4_gro_complete() dont need to be exported.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4dc89133
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2571,7 +2571,6 @@ struct sk_buff **tcp4_gro_receive(struct sk_buff **head, struct sk_buff *skb)

	return tcp_gro_receive(head, skb);
}
EXPORT_SYMBOL(tcp4_gro_receive);

int tcp4_gro_complete(struct sk_buff *skb)
{
@@ -2584,7 +2583,6 @@ int tcp4_gro_complete(struct sk_buff *skb)

	return tcp_gro_complete(skb);
}
EXPORT_SYMBOL(tcp4_gro_complete);

struct proto tcp_prot = {
	.name			= "TCP",