Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529352 | Differences between
and this patch

Collapse All | Expand All

(-)a/net/ipv6/xfrm6_policy.c (-2 / +1 lines)
Lines 130-137 _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse) Link Here
130
{
130
{
131
	struct flowi6 *fl6 = &fl->u.ip6;
131
	struct flowi6 *fl6 = &fl->u.ip6;
132
	int onlyproto = 0;
132
	int onlyproto = 0;
133
	u16 offset = skb_network_header_len(skb);
134
	const struct ipv6hdr *hdr = ipv6_hdr(skb);
133
	const struct ipv6hdr *hdr = ipv6_hdr(skb);
134
	u16 offset = sizeof(*hdr);
135
	struct ipv6_opt_hdr *exthdr;
135
	struct ipv6_opt_hdr *exthdr;
136
	const unsigned char *nh = skb_network_header(skb);
136
	const unsigned char *nh = skb_network_header(skb);
137
	u8 nexthdr = nh[IP6CB(skb)->nhoff];
137
	u8 nexthdr = nh[IP6CB(skb)->nhoff];
138
- 1.9.1 

Return to bug 529352