diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2009-10-07 22:50:40 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-18 21:32:01 -0700 |
commit | eb2ff967a587a4a784fd2390f38e324a5bec01ec (patch) | |
tree | 63deb9023b47287a7fad08465f7c75a5c41e29fc /include/net/xfrm.h | |
parent | 2ad9afbf5ca27482aa275de517261d56fd1e7ba0 (diff) | |
download | op-kernel-dev-eb2ff967a587a4a784fd2390f38e324a5bec01ec.zip op-kernel-dev-eb2ff967a587a4a784fd2390f38e324a5bec01ec.tar.gz |
xfrm: remove skb_icv_walk
The last users of skb_icv_walk are converted to ahash now,
so skb_icv_walk is unused and can be removed.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 223e90a..d9c6dbb 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -1500,9 +1500,6 @@ struct scatterlist; typedef int (icv_update_fn_t)(struct hash_desc *, struct scatterlist *, unsigned int); -extern int skb_icv_walk(const struct sk_buff *skb, struct hash_desc *tfm, - int offset, int len, icv_update_fn_t icv_update); - static inline int xfrm_addr_cmp(xfrm_address_t *a, xfrm_address_t *b, int family) { |