Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dnet_tstamp.h201 struct sock_txtime { struct
/linux-6.12.1/tools/testing/selftests/net/
Dso_txtime.c268 struct sock_txtime so_txtime_val = { .clockid = cfg_clockid }; in setsockopt_txtime()
269 struct sock_txtime so_txtime_val_read = { 0 }; in setsockopt_txtime()
Dcmsg_sender.c417 struct sock_txtime so_txtime = { in ca_set_sockopts()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dlwt_reroute.c90 struct sock_txtime txtime_on = { in overflow_fq()
Dtc_redirect.c590 struct sock_txtime opt = { .clockid = CLOCK_TAI }; in snd_tstamp()
/linux-6.12.1/net/core/
Dsock.c1177 struct sock_txtime sk_txtime; in sk_setsockopt()
1566 if (optlen != sizeof(struct sock_txtime)) { in sk_setsockopt()
1570 sizeof(struct sock_txtime))) { in sk_setsockopt()
1696 struct sock_txtime txtime; in sk_getsockopt()