Commit 57c05650 authored by Marcelo Ricardo Leitner's avatar Marcelo Ricardo Leitner Committed by David S. Miller
Browse files

skbuff: export skb_gro_receive



sctp GSO requires it and sctp can be compiled as a module, so we need to
export this function.

Signed-off-by: default avatarMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Tested-by: default avatarXin Long <lucien.xin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f6c382fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{