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

/linux-master/include/uapi/linux/
H A Dnet_tstamp.h188 * SO_TXTIME gets a struct sock_txtime with flags being an integer bit
200 struct sock_txtime { struct
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c89 struct sock_txtime txtime_on = {
H A Dtc_redirect.c575 struct sock_txtime opt = { .clockid = CLOCK_TAI };
/linux-master/tools/testing/selftests/net/
H A Dso_txtime.c268 struct sock_txtime so_txtime_val = { .clockid = cfg_clockid };
269 struct sock_txtime so_txtime_val_read = { 0 };
H A Dcmsg_sender.c263 struct sock_txtime so_txtime = {
/linux-master/net/core/
H A Dsock.c1096 struct sock_txtime sk_txtime;
1481 if (optlen != sizeof(struct sock_txtime)) {
1485 sizeof(struct sock_txtime))) {
1606 struct sock_txtime txtime;

Completed in 401 milliseconds