mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ipv4: export ip_flush_pending_frames
To avoid protocol modules implementing their own, export ip_flush_pending_frames. Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2e7a280692
commit
4ff8863419
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
__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 sk_buff *ip_make_skb(struct sock *sk,
|
||||||
struct flowi4 *fl4,
|
struct flowi4 *fl4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue