inet: Create and use rt{,6}_get_peer_create().
authorDavid S. Miller <davem@davemloft.net>
Sat, 9 Jun 2012 06:24:18 +0000 (23:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Jun 2012 06:24:18 +0000 (23:24 -0700)
There's a lot of places that open-code rt{,6}_get_peer() only because
they want to set 'create' to one.  So add an rt{,6}_get_peer_create()
for their sake.

There were also a few spots open-coding plain rt{,6}_get_peer() and
those are transformed here as well.

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

No differences found