Home
last modified time | relevance | path

Searched refs:sock_txtime (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnet_tstamp.h157 struct sock_txtime { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnet_tstamp.h171 struct sock_txtime { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnet_tstamp.h157 struct sock_txtime { struct
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dso_txtime.c216 struct sock_txtime so_txtime_val = { .clockid = cfg_clockid }; in setsockopt_txtime()
217 struct sock_txtime so_txtime_val_read = { 0 }; in setsockopt_txtime()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c835 struct sock_txtime sk_txtime; in sock_setsockopt()
1219 if (optlen != sizeof(struct sock_txtime)) { in sock_setsockopt()
1223 sizeof(struct sock_txtime))) { in sock_setsockopt()
1308 struct sock_txtime txtime; in sock_getsockopt()