[IPSEC]: Kill obsolete get_mss function
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 15 Oct 2005 00:58:30 +0000 (10:58 +1000)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 26 Oct 2005 02:48:45 +0000 (00:48 -0200)
commit80b30c1023dbd795faf948dee0cfb3b270b56d47
tree18a6c4d4647e6b52ea9b53e1f938b5e7f7e97f8f
parent1371e37da299d4df6267ad0ddf010435782c28e9
[IPSEC]: Kill obsolete get_mss function

Now that we've switched over to storing MTUs in the xfrm_dst entries,
we no longer need the dst's get_mss methods.  This patch gets rid of
them.

It also documents the fact that our MTU calculation is not optimal
for ESP.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
include/net/dst.h
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_state.c