Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnet_tstamp.h200 struct sock_txtime { struct
/openbmc/linux/tools/testing/selftests/net/
H A 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()
H A Dcmsg_sender.c255 struct sock_txtime so_txtime = { in cs_write_cmsg()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c90 struct sock_txtime txtime_on = { in overflow_fq()
H A Dtc_redirect.c525 struct sock_txtime opt = { .clockid = CLOCK_TAI }; in snd_tstamp()
/openbmc/linux/net/core/
H A Dsock.c1102 struct sock_txtime sk_txtime; in sk_setsockopt()
1483 if (optlen != sizeof(struct sock_txtime)) { in sk_setsockopt()
1487 sizeof(struct sock_txtime))) { in sk_setsockopt()
1621 struct sock_txtime txtime; in sk_getsockopt()