]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: add ip6_sock_set_addr_preferences
authorChristoph Hellwig <hch@lst.de>
Thu, 28 May 2020 05:12:33 +0000 (07:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 May 2020 18:11:46 +0000 (11:11 -0700)
commit28b58fb2d10c80efe7ccb5d8400e1fbd08c52fc3
treebbe7e26b179b2198e8dcce03c59554851e180b87
parentcc21698b7ac7dce0c7df380bcea6a95e5f1cc4b8
ipv6: add ip6_sock_set_addr_preferences

Add a helper to directly set the IPV6_ADD_PREFERENCES sockopt from kernel
space without going through a fake uaccess.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/ipv6/ipv6_sockglue.c
net/sunrpc/xprtsock.c