Home
last modified time | relevance | path

Searched refs:SO_TXTIME (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h104 #define SO_TXTIME 61 macro
105 #define SCM_TXTIME SO_TXTIME
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h104 #define SO_TXTIME 61 macro
105 #define SCM_TXTIME SO_TXTIME
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h97 #define SO_TXTIME 0x003f macro
98 #define SCM_TXTIME SO_TXTIME
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h109 #define SO_TXTIME 61 macro
110 #define SCM_TXTIME SO_TXTIME
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h101 #define SO_TXTIME 0x4036 macro
102 #define SCM_TXTIME SO_TXTIME
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h120 #define SO_TXTIME 61 macro
121 #define SCM_TXTIME SO_TXTIME
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c108 err = setsockopt(s, SOL_SOCKET, SO_TXTIME, &txtime_on, sizeof(txtime_on)); in overflow_fq()
H A Dtc_redirect.c551 ret = setsockopt(fd, SOL_SOCKET, SO_TXTIME, &opt, sizeof(opt)); in snd_tstamp()
/openbmc/linux/tools/testing/selftests/net/
H A Dso_txtime.c271 if (setsockopt(fd, SOL_SOCKET, SO_TXTIME, in setsockopt_txtime()
275 if (getsockopt(fd, SOL_SOCKET, SO_TXTIME, in setsockopt_txtime()
H A Dcmsg_sender.c260 if (setsockopt(fd, SOL_SOCKET, SO_TXTIME, in cs_write_cmsg()
/openbmc/linux/net/core/
H A Dsock.c1479 case SO_TXTIME: in sk_setsockopt()
1972 case SO_TXTIME: in sk_getsockopt()