aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 0a2ad51cff82..3b1d963d396c 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -240,6 +240,8 @@ extern struct ipv6_txoptions * ipv6_renew_options(struct sock *sk, struct ipv6_t
240struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, 240struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,
241 struct ipv6_txoptions *opt); 241 struct ipv6_txoptions *opt);
242 242
243extern int ipv6_opt_accepted(struct sock *sk, struct sk_buff *skb);
244
243extern int ip6_frag_nqueues; 245extern int ip6_frag_nqueues;
244extern atomic_t ip6_frag_mem; 246extern atomic_t ip6_frag_mem;
245 247
@@ -416,6 +418,8 @@ extern int ipv6_rcv(struct sk_buff *skb,
416 struct packet_type *pt, 418 struct packet_type *pt,
417 struct net_device *orig_dev); 419 struct net_device *orig_dev);
418 420
421extern int ip6_rcv_finish(struct sk_buff *skb);
422
419/* 423/*
420 * upper-layer output functions 424 * upper-layer output functions
421 */ 425 */
@@ -525,6 +529,9 @@ extern int inet6_getname(struct socket *sock, struct sockaddr *uaddr,
525extern int inet6_ioctl(struct socket *sock, unsigned int cmd, 529extern int inet6_ioctl(struct socket *sock, unsigned int cmd,
526 unsigned long arg); 530 unsigned long arg);
527 531
532extern int inet6_hash_connect(struct inet_timewait_death_row *death_row,
533 struct sock *sk);
534
528/* 535/*
529 * reassembly.c 536 * reassembly.c
530 */ 537 */
@@ -533,8 +540,11 @@ extern int sysctl_ip6frag_low_thresh;
533extern int sysctl_ip6frag_time; 540extern int sysctl_ip6frag_time;
534extern int sysctl_ip6frag_secret_interval; 541extern int sysctl_ip6frag_secret_interval;
535 542
536extern struct proto_ops inet6_stream_ops; 543extern const struct proto_ops inet6_stream_ops;
537extern struct proto_ops inet6_dgram_ops; 544extern const struct proto_ops inet6_dgram_ops;
545
546struct group_source_req;
547struct group_filter;
538 548
539extern int ip6_mc_source(int add, int omode, struct sock *sk, 549extern int ip6_mc_source(int add, int omode, struct sock *sk,
540 struct group_source_req *pgsr); 550 struct group_source_req *pgsr);