Searched refs:SO_TXTIME (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/mips/include/uapi/asm/ ! |
| H A D | socket.h | 120 #define SO_TXTIME 61 macro 121 #define SCM_TXTIME SO_TXTIME
|
| /linux/arch/sparc/include/uapi/asm/ ! |
| H A D | socket.h | 97 #define SO_TXTIME 0x003f macro 98 #define SCM_TXTIME SO_TXTIME
|
| /linux/arch/alpha/include/uapi/asm/ ! |
| H A D | socket.h | 109 #define SO_TXTIME 61 macro 110 #define SCM_TXTIME SO_TXTIME
|
| /linux/tools/include/uapi/asm-generic/ ! |
| H A D | socket.h | 104 #define SO_TXTIME 61 macro 105 #define SCM_TXTIME SO_TXTIME
|
| /linux/arch/parisc/include/uapi/asm/ ! |
| H A D | socket.h | 101 #define SO_TXTIME 0x4036 macro 102 #define SCM_TXTIME SO_TXTIME
|
| /linux/include/uapi/asm-generic/ ! |
| H A D | socket.h | 104 #define SO_TXTIME 61 macro 105 #define SCM_TXTIME SO_TXTIME
|
| /linux/tools/testing/selftests/net/ ! |
| H A D | so_txtime.c | 274 if (setsockopt(fd, SOL_SOCKET, SO_TXTIME, in setsockopt_txtime() 278 if (getsockopt(fd, SOL_SOCKET, SO_TXTIME, in setsockopt_txtime()
|
| H A D | cmsg_sender.c | 456 if (setsockopt(fd, SOL_SOCKET, SO_TXTIME, in ca_set_sockopts()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ ! |
| H A D | lwt_reroute.c | 110 err = setsockopt(s, SOL_SOCKET, SO_TXTIME, &txtime_on, sizeof(txtime_on)); in overflow_fq()
|
| H A D | tc_redirect.c | 617 ret = setsockopt(fd, SOL_SOCKET, SO_TXTIME, &opt, sizeof(opt)); in snd_tstamp()
|
| /linux/net/core/ ! |
| H A D | sock.c | 1607 case SO_TXTIME: in sk_setsockopt() 2120 case SO_TXTIME: in sk_getsockopt()
|