Home
last modified time | relevance | path

Searched hist:"312487313 d4f7177cb751830e3d9c218e42ed59e" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Droute.cdiff 312487313d4f7177cb751830e3d9c218e42ed59e Tue Jul 10 16:08:18 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Calling ->cow_metrics() now is a bug.

Nothing every writes to ipv4 metrics any longer.

PMTU is stored in rt->rt_pmtu.

Dynamic TCP metrics are stored in a special TCP metrics cache,
completely outside of the routes.

Therefore ->cow_metrics() can simply nothing more than a WARN_ON
trigger so we can catch anyone who tries to add new writes to
ipv4 route metrics.

Signed-off-by: David S. Miller <davem@davemloft.net>