diff options
Diffstat (limited to 'net/ipv4/xfrm4_input.c')
-rw-r--r-- | net/ipv4/xfrm4_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/xfrm4_input.c b/net/ipv4/xfrm4_input.c index 0c377a66b8b5..33f990d56c91 100644 --- a/net/ipv4/xfrm4_input.c +++ b/net/ipv4/xfrm4_input.c | |||
@@ -39,6 +39,7 @@ drop: | |||
39 | int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi, | 39 | int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi, |
40 | int encap_type) | 40 | int encap_type) |
41 | { | 41 | { |
42 | XFRM_SPI_SKB_CB(skb)->family = AF_INET; | ||
42 | XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr); | 43 | XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr); |
43 | return xfrm_input(skb, nexthdr, spi, encap_type); | 44 | return xfrm_input(skb, nexthdr, spi, encap_type); |
44 | } | 45 | } |