aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index 571bcf2a1cff..cbeb97d38860 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -82,8 +82,6 @@ struct packet_type;
82struct rtable; 82struct rtable;
83struct sockaddr; 83struct sockaddr;
84 84
85extern void ip_mc_dropsocket(struct sock *);
86extern void ip_mc_dropdevice(struct net_device *dev);
87extern int igmp_mc_proc_init(void); 85extern int igmp_mc_proc_init(void);
88 86
89/* 87/*
@@ -321,7 +319,7 @@ static __inline__ void inet_reset_saddr(struct sock *sk)
321extern int ip_call_ra_chain(struct sk_buff *skb); 319extern int ip_call_ra_chain(struct sk_buff *skb);
322 320
323/* 321/*
324 * Functions provided by ip_fragment.o 322 * Functions provided by ip_fragment.c
325 */ 323 */
326 324
327enum ip_defrag_users 325enum ip_defrag_users
@@ -344,7 +342,6 @@ int ip_frag_nqueues(void);
344 */ 342 */
345 343
346extern int ip_forward(struct sk_buff *skb); 344extern int ip_forward(struct sk_buff *skb);
347extern int ip_net_unreachable(struct sk_buff *skb);
348 345
349/* 346/*
350 * Functions provided by ip_options.c 347 * Functions provided by ip_options.c