aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_mode_ro.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/xfrm6_mode_ro.c')
-rw-r--r--net/ipv6/xfrm6_mode_ro.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/xfrm6_mode_ro.c b/net/ipv6/xfrm6_mode_ro.c
index c11c335312f9..6031c16d46ca 100644
--- a/net/ipv6/xfrm6_mode_ro.c
+++ b/net/ipv6/xfrm6_mode_ro.c
@@ -43,9 +43,8 @@
43 * its absence, that of the top IP header. The value of skb->data will always 43 * its absence, that of the top IP header. The value of skb->data will always
44 * point to the top IP header. 44 * point to the top IP header.
45 */ 45 */
46static int xfrm6_ro_output(struct sk_buff *skb) 46static int xfrm6_ro_output(struct xfrm_state *x, struct sk_buff *skb)
47{ 47{
48 struct xfrm_state *x = skb->dst->xfrm;
49 struct ipv6hdr *iph; 48 struct ipv6hdr *iph;
50 u8 *prevhdr; 49 u8 *prevhdr;
51 int hdr_len; 50 int hdr_len;