Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnet_tstamp.h157 struct sock_txtime { struct
/Linux-v5.4/tools/testing/selftests/net/
Dso_txtime.c130 struct sock_txtime so_txtime_val = { .clockid = cfg_clockid }; in setsockopt_txtime()
131 struct sock_txtime so_txtime_val_read = { 0 }; in setsockopt_txtime()
/Linux-v5.4/net/core/
Dsock.c725 struct sock_txtime sk_txtime; in sock_setsockopt()
1159 } else if (optlen != sizeof(struct sock_txtime)) { in sock_setsockopt()
1162 sizeof(struct sock_txtime))) { in sock_setsockopt()
1228 struct sock_txtime txtime; in sock_getsockopt()