]> Git Repo - linux.git/commit
net: Convert ipv6_inetpeer_ops
authorKirill Tkhai <[email protected]>
Mon, 19 Feb 2018 08:49:20 +0000 (11:49 +0300)
committerDavid S. Miller <[email protected]>
Mon, 19 Feb 2018 19:19:10 +0000 (14:19 -0500)
commit85ca51b2a23969dccb5abff31eb54560db8195ca
tree1d8d2ddbf4d182a2a5ea2c5fa0bfd0249d3d76cf
parent509114112d0b71997dbe58d4f2976eeddf8eacc4
net: Convert ipv6_inetpeer_ops

net->ipv6.peers is dereferenced in three places via inet_getpeer_v6(),
and it's used to handle skb. All the users of inet_getpeer_v6() do not
look like be able to be called from foreign net pernet_operations, so
we may mark them as async.

Signed-off-by: Kirill Tkhai <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv6/route.c
This page took 0.046011 seconds and 4 git commands to generate.