aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/ping.h
diff options
context:
space:
mode:
authorHaishuang Yan <yanhaishuang@cmss.chinamobile.com>2016-03-23 17:59:51 +0800
committerDavid S. Miller <davem@davemloft.net>2016-03-23 22:09:58 -0400
commit6579a023a881e0592ce9a98fdfcbcc0a2a096aa7 (patch)
treec2295896c35ebef4d8cc13db5ba63005bbd3d5b2 /include/net/ping.h
parenthv_netvsc: Fix the order of num_sc_offered decrement (diff)
downloadwireguard-linux-6579a023a881e0592ce9a98fdfcbcc0a2a096aa7.tar.xz
wireguard-linux-6579a023a881e0592ce9a98fdfcbcc0a2a096aa7.zip
net: ping: make ping_v6_sendmsg static
As ping_v6_sendmsg is used only in this file, making it static The body of "pingv6_prot" and "pingv6_protosw" were moved at the middle of the file, to avoid having to declare some static prototypes. Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ping.h')
-rw-r--r--include/net/ping.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ping.h b/include/net/ping.h
index 5fd7cc244833..4cd90d6b5c25 100644
--- a/include/net/ping.h
+++ b/include/net/ping.h
@@ -79,7 +79,6 @@ int ping_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int noblock,
int flags, int *addr_len);
int ping_common_sendmsg(int family, struct msghdr *msg, size_t len,
void *user_icmph, size_t icmph_len);
-int ping_v6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len);
int ping_queue_rcv_skb(struct sock *sk, struct sk_buff *skb);
bool ping_rcv(struct sk_buff *skb);