diff options
| author | Kazunori Miyazawa <kazunori@miyazawa.org> | 2003-08-07 08:02:57 -0700 |
|---|---|---|
| committer | Stephen Hemminger <shemminger@osdl.org> | 2003-08-07 08:02:57 -0700 |
| commit | 3111b9205054764b9a787a0d0fe9562d336f36ec (patch) | |
| tree | 53a4a6857075539676803d97453e07543ddd9422 /include/net | |
| parent | 99c2a90294b7734b80de6f1650356df3f5879462 (diff) | |
[IPV6]: Fix authentication error with TCP, with help from Joy Latten (latten@austin.ibm.com).
This patch makes the kernel consider extension header length in a dst.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/ipv6.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 8aeb974d8592..9ed62a7db079 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -353,9 +353,7 @@ extern int ip6_push_pending_frames(struct sock *sk); extern void ip6_flush_pending_frames(struct sock *sk); -extern int ip6_dst_lookup(struct sock *sk, - struct dst_entry **dst, - struct flowi *fl); +extern struct dst_entry * ip6_dst_lookup(struct sock *sk, struct flowi *fl); /* * skb processing functions |
