Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15539
b: refs/heads/master
c: 3cf3dc6
h: refs/heads/master
i:
  15537: cff5f6f
  15535: 355813d
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Jan 3, 2006
1 parent 3259308 commit a2aa150
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0fa1a53e1f055a6c790f40e7728f42a825b29248
refs/heads/master: 3cf3dc6c2e05e67b12e522f547c0b71d509a516c
2 changes: 2 additions & 0 deletions trunk/net/ipv6/af_inet6.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ int inet6_destroy_sock(struct sock *sk)
return 0;
}

EXPORT_SYMBOL_GPL(inet6_destroy_sock);

/*
* This does both peername and sockname.
*/
Expand Down
4 changes: 4 additions & 0 deletions trunk/net/ipv6/exthdrs.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ ipv6_invert_rthdr(struct sock *sk, struct ipv6_rt_hdr *hdr)
return opt;
}

EXPORT_SYMBOL_GPL(ipv6_invert_rthdr);

/**********************************
Hop-by-hop options.
**********************************/
Expand Down Expand Up @@ -579,6 +581,8 @@ ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt)
return opt2;
}

EXPORT_SYMBOL_GPL(ipv6_dup_options);

static int ipv6_renew_option(void *ohdr,
struct ipv6_opt_hdr __user *newopt, int newoptlen,
int inherit,
Expand Down
2 changes: 2 additions & 0 deletions trunk/net/ipv6/ip6_flowlabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ struct ip6_flowlabel * fl6_sock_lookup(struct sock *sk, u32 label)
return NULL;
}

EXPORT_SYMBOL_GPL(fl6_sock_lookup);

void fl6_free_socklist(struct sock *sk)
{
struct ipv6_pinfo *np = inet6_sk(sk);
Expand Down
2 changes: 2 additions & 0 deletions trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,8 @@ int ip6_dst_lookup(struct sock *sk, struct dst_entry **dst, struct flowi *fl)
return err;
}

EXPORT_SYMBOL_GPL(ip6_dst_lookup);

static inline int ip6_ufo_append_data(struct sock *sk,
int getfrag(void *from, char *to, int offset, int len,
int odd, struct sk_buff *skb),
Expand Down

0 comments on commit a2aa150

Please sign in to comment.