-
- Downloads
net: Move mtu handling down to the protocol depended handlers
We move all mtu handling from dst_mtu() down to the protocol layer. So each protocol can implement the mtu handling in a different manner. Signed-off-by:Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/dst.h 1 addition, 6 deletionsinclude/net/dst.h
- net/decnet/dn_route.c 3 additions, 1 deletionnet/decnet/dn_route.c
- net/ipv4/route.c 9 additions, 2 deletionsnet/ipv4/route.c
- net/ipv6/route.c 9 additions, 2 deletionsnet/ipv6/route.c
- net/xfrm/xfrm_policy.c 3 additions, 1 deletionnet/xfrm/xfrm_policy.c
Loading
Please register or sign in to comment