summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMat Martineau <mathew.j.martineau@linux.intel.com>2017-11-10 17:03:51 -0500
committerDavid S. Miller <davem@davemloft.net>2017-11-11 08:09:40 -0500
commit39b175211053c7a6a4d794c42e225994f1c069c2 (patch)
tree26153bc41702abdae3a4e74333aab588d4b5f886 /include
parent973573c49905a2dc2ef07d4395aa0e4b44fb099d (diff)
net: Remove unused skb_shared_info member
ip6_frag_id was only used by UFO, which has been removed. ipv6_proxy_select_ident() only existed to set ip6_frag_id and has no in-tree callers. Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/skbuff.h1
-rw-r--r--include/net/ipv6.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 57d712671081..54fe91183a8e 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -500,7 +500,6 @@ struct skb_shared_info {
500 struct skb_shared_hwtstamps hwtstamps; 500 struct skb_shared_hwtstamps hwtstamps;
501 unsigned int gso_type; 501 unsigned int gso_type;
502 u32 tskey; 502 u32 tskey;
503 __be32 ip6_frag_id;
504 503
505 /* 504 /*
506 * Warning : all fields before dataref are cleared in __alloc_skb() 505 * Warning : all fields before dataref are cleared in __alloc_skb()
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index fb6d67012de6..ec14f0d5a3a1 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -767,7 +767,6 @@ static inline int ipv6_addr_diff(const struct in6_addr *a1, const struct in6_add
767__be32 ipv6_select_ident(struct net *net, 767__be32 ipv6_select_ident(struct net *net,
768 const struct in6_addr *daddr, 768 const struct in6_addr *daddr,
769 const struct in6_addr *saddr); 769 const struct in6_addr *saddr);
770void ipv6_proxy_select_ident(struct net *net, struct sk_buff *skb);
771 770
772int ip6_dst_hoplimit(struct dst_entry *dst); 771int ip6_dst_hoplimit(struct dst_entry *dst);
773 772