From: James Chapman Date: Mon, 29 Jul 2024 15:38:01 +0000 (+0100) Subject: ipv4: export ip_flush_pending_frames X-Git-Tag: v6.12-rc1~232^2~355^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ff8863419cd;p=thirdparty%2Fkernel%2Flinux.git ipv4: export ip_flush_pending_frames To avoid protocol modules implementing their own, export ip_flush_pending_frames. Signed-off-by: James Chapman Signed-off-by: Tom Parkin Signed-off-by: David S. Miller --- diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index b90d0f78ac808..8a10a7c67834f 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c @@ -1534,6 +1534,7 @@ void ip_flush_pending_frames(struct sock *sk) { __ip_flush_pending_frames(sk, &sk->sk_write_queue, &inet_sk(sk)->cork.base); } +EXPORT_SYMBOL_GPL(ip_flush_pending_frames); struct sk_buff *ip_make_skb(struct sock *sk, struct flowi4 *fl4,