aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2018-11-12 18:05:24 -0800
committerDavid S. Miller <davem@davemloft.net>2018-11-16 19:32:33 -0800
commit7f600f14dfac4ba4aee6283a415cdad2925d7791 (patch)
treef27df13068d0266d9a3ef6e69a52523b38cf3f9c /include/linux/skbuff.h
parentnet: phy: check for implementation of both callbacks in phy_drv_supports_irq (diff)
downloadlinux-dev-7f600f14dfac4ba4aee6283a415cdad2925d7791.tar.xz
linux-dev-7f600f14dfac4ba4aee6283a415cdad2925d7791.zip
net: remove unused skb_send_sock()
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index b9aa0d1b21cf..a2e8297a5b00 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -3335,7 +3335,6 @@ int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset,
unsigned int flags);
int skb_send_sock_locked(struct sock *sk, struct sk_buff *skb, int offset,
int len);
-int skb_send_sock(struct sock *sk, struct sk_buff *skb, int offset, int len);
void skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to);
unsigned int skb_zerocopy_headlen(const struct sk_buff *from);
int skb_zerocopy(struct sk_buff *to, struct sk_buff *from,