Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dnet_tstamp.h200 struct sock_txtime { struct
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dlwt_reroute.c88 struct sock_txtime txtime_on = { in overflow_fq()
Dtc_redirect.c442 struct sock_txtime opt = { .clockid = CLOCK_TAI }; in snd_tstamp()
/Linux-v6.6/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.6/net/core/
Dsock.c1100 struct sock_txtime sk_txtime; in sk_setsockopt()
1478 if (optlen != sizeof(struct sock_txtime)) { in sk_setsockopt()
1482 sizeof(struct sock_txtime))) { in sk_setsockopt()
1616 struct sock_txtime txtime; in sk_getsockopt()