mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 17:28:56 +00:00
[NET/IPv4]: Make udp_push_pending_frames static
udp_push_pending_frames is only referenced within net/ipv4/udp.c and hence can remain static. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7d9e9b3df4
commit
078250d68d
@ -448,7 +448,7 @@ static void udp4_hwcsum_outgoing(struct sock *sk, struct sk_buff *skb,
|
|||||||
/*
|
/*
|
||||||
* Push out all pending data as one UDP datagram. Socket is locked.
|
* Push out all pending data as one UDP datagram. Socket is locked.
|
||||||
*/
|
*/
|
||||||
int udp_push_pending_frames(struct sock *sk, struct udp_sock *up)
|
static int udp_push_pending_frames(struct sock *sk, struct udp_sock *up)
|
||||||
{
|
{
|
||||||
struct inet_sock *inet = inet_sk(sk);
|
struct inet_sock *inet = inet_sk(sk);
|
||||||
struct flowi *fl = &inet->cork.fl;
|
struct flowi *fl = &inet->cork.fl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user