diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 14 |
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 | |||
240 | struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, | 240 | struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, |
241 | struct ipv6_txoptions *opt); | 241 | struct ipv6_txoptions *opt); |
242 | 242 | ||
243 | extern int ipv6_opt_accepted(struct sock *sk, struct sk_buff *skb); | ||
244 | |||
243 | extern int ip6_frag_nqueues; | 245 | extern int ip6_frag_nqueues; |
244 | extern atomic_t ip6_frag_mem; | 246 | extern 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 | ||
421 | extern 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, | |||
525 | extern int inet6_ioctl(struct socket *sock, unsigned int cmd, | 529 | extern int inet6_ioctl(struct socket *sock, unsigned int cmd, |
526 | unsigned long arg); | 530 | unsigned long arg); |
527 | 531 | ||
532 | extern 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; | |||
533 | extern int sysctl_ip6frag_time; | 540 | extern int sysctl_ip6frag_time; |
534 | extern int sysctl_ip6frag_secret_interval; | 541 | extern int sysctl_ip6frag_secret_interval; |
535 | 542 | ||
536 | extern struct proto_ops inet6_stream_ops; | 543 | extern const struct proto_ops inet6_stream_ops; |
537 | extern struct proto_ops inet6_dgram_ops; | 544 | extern const struct proto_ops inet6_dgram_ops; |
545 | |||
546 | struct group_source_req; | ||
547 | struct group_filter; | ||
538 | 548 | ||
539 | extern int ip6_mc_source(int add, int omode, struct sock *sk, | 549 | extern int ip6_mc_source(int add, int omode, struct sock *sk, |
540 | struct group_source_req *pgsr); | 550 | struct group_source_req *pgsr); |