commit | 7594888c782e735f8a7b110094307a4dbe7b3f03 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:13 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:44 2020 -0700 |
tree | 70ec43dbef51bfe6b0b7799abbc866dcb11cbcca | |
parent | 76ee0785f42afbc0418072b7179d95f450d3c9a8 [diff] |
net: add sock_bindtoindex Add a helper to directly set the SO_BINDTOIFINDEX 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>