net: ping: make local functions static
As these functions are only used in this file. Signed-off-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6b60d7b9df
commit
bb0cd2fb53
@ -449,7 +449,7 @@ static int ping_push_pending_frames(struct sock *sk, struct pingfakehdr *pfh, st
|
||||
return ip_push_pending_frames(sk, fl4);
|
||||
}
|
||||
|
||||
int ping_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
|
||||
static int ping_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
|
||||
size_t len)
|
||||
{
|
||||
struct net *net = sock_net(sk);
|
||||
@ -621,7 +621,7 @@ do_confirm:
|
||||
goto out;
|
||||
}
|
||||
|
||||
int ping_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
|
||||
static int ping_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
|
||||
size_t len, int noblock, int flags, int *addr_len)
|
||||
{
|
||||
struct inet_sock *isk = inet_sk(sk);
|
||||
|
Loading…
Reference in New Issue
Block a user