linux/arch/sparc/include/uapi/asm
Richard Cochran 80b14dee2b net: Add a new socket option for a future transmit time.
This patch introduces SO_TXTIME. User space enables this option in
order to pass a desired future transmit time in a CMSG when calling
sendmsg(2). The argument to this socket option is a 8-bytes long struct
provided by the uapi header net_tstamp.h defined as:

struct sock_txtime {
	clockid_t 	clockid;
	u32		flags;
};

Note that new fields were added to struct sock by filling a 2-bytes
hole found in the struct. For that reason, neither the struct size or
number of cachelines were altered.

Signed-off-by: Richard Cochran <rcochran@linutronix.de>
Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-04 22:30:27 +09:00
..
Kbuild
apc.h
asi.h
auxvec.h sparc: Make auxiliary vectors for ADI available on 32-bit as well 2018-03-20 11:14:31 -04:00
bitsperlong.h
byteorder.h
display7seg.h
envctrl.h
errno.h
fbio.h
fcntl.h
ioctl.h
ioctls.h
ipcbuf.h
kvm_para.h
mman.h sparc64: Add support for ADI (Application Data Integrity) 2018-03-18 07:38:48 -07:00
msgbuf.h y2038: sparc: Extend sysvipc data structures 2018-04-20 16:20:10 +02:00
openpromio.h
oradax.h sparc64: Fix mistake in oradax license text 2018-04-30 16:06:01 -04:00
param.h
perfctr.h
poll.h
posix_types.h
psr.h
psrcompat.h
pstate.h
ptrace.h
resource.h
sembuf.h y2038: sparc: Extend sysvipc data structures 2018-04-20 16:20:10 +02:00
setup.h
shmbuf.h y2038: sparc: Extend sysvipc data structures 2018-04-20 16:20:10 +02:00
sigcontext.h
siginfo.h sparc: fix compat siginfo ABI regression 2018-04-19 16:39:39 -05:00
signal.h
socket.h net: Add a new socket option for a future transmit time. 2018-07-04 22:30:27 +09:00
sockios.h
stat.h
statfs.h
swab.h
termbits.h
termios.h
traps.h
uctx.h
unistd.h
utrap.h
watchdog.h