Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dnet_tstamp.h199 struct sock_txtime { struct
/Linux-v6.1/tools/testing/selftests/net/
Dso_txtime.c265 struct sock_txtime so_txtime_val = { .clockid = cfg_clockid }; in setsockopt_txtime()
266 struct sock_txtime so_txtime_val_read = { 0 }; in setsockopt_txtime()
Dcmsg_sender.c255 struct sock_txtime so_txtime = { in cs_write_cmsg()
/Linux-v6.1/net/core/
Dsock.c1085 struct sock_txtime sk_txtime; in sk_setsockopt()
1465 if (optlen != sizeof(struct sock_txtime)) { in sk_setsockopt()
1469 sizeof(struct sock_txtime))) { in sk_setsockopt()
1599 struct sock_txtime txtime; in sk_getsockopt()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c405 struct sock_txtime opt = { .clockid = CLOCK_TAI }; in snd_tstamp()