aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv4/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index dc19ba1e73b5..7eb76fbf1b4b 100644
--- a/net/ipv4/udp.c
+++ b/net/ipv4/udp.c
@@ -448,7 +448,7 @@ static void udp4_hwcsum_outgoing(struct sock *sk, struct sk_buff *skb,
448/* 448/*
449 * Push out all pending data as one UDP datagram. Socket is locked. 449 * Push out all pending data as one UDP datagram. Socket is locked.
450 */ 450 */
451int udp_push_pending_frames(struct sock *sk, struct udp_sock *up) 451static int udp_push_pending_frames(struct sock *sk, struct udp_sock *up)
452{ 452{
453 struct inet_sock *inet = inet_sk(sk); 453 struct inet_sock *inet = inet_sk(sk);
454 struct flowi *fl = &inet->cork.fl; 454 struct flowi *fl = &inet->cork.fl;