commit | 783da70e83967efeacf3c02c9dcfdc2b17bd62eb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:14 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:44 2020 -0700 |
tree | b49f61f2855996d8eba63ca6b25cbc5a14b11ab5 | |
parent | 7594888c782e735f8a7b110094307a4dbe7b3f03 [diff] |
net: add sock_enable_timestamps Add a helper to directly enable timestamps instead of setting the SO_TIMESTAMP* sockopts from kernel space and going through a fake uaccess. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>