Message ID | 1ff6ff49a7f0f84e23e851eb236f0cbefc5a0dd0.1722265212.git.jchapman@katalix.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4ff8863419cdc40f2c6e1ad99436e375b9b86b68 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | l2tp: simplify tunnel and session cleanup | expand |
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index b90d0f78ac80..8a10a7c67834 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,