commit | 70be6c91c86596ad2b60c73587880b47df170a41 | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Fri Feb 21 08:41:09 2014 +0100 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Tue Feb 25 07:04:17 2014 +0100 |
tree | f1728dd87ed10e66916277f89caef5a261b5a70f | |
parent | d099160e029391de857464d987b141f30434052b [diff] |
xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer IPsec vti_rcv needs to remind the tunnel pointer to check it later at the vti_rcv_cb callback. So add this pointer to the IPsec common buffer, initialize it and check it to avoid transport state matching of a tunneled packet. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>